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