sgd / defaults /MODEL_PROMPT_TEMPLATE
qiaw99's picture
Duplicate from huggingchat/chat-ui-template
c910e95
<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}} {{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s> {{/ifAssistant}}{{/each}}