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