google-seahorse-large-q6 / defaults /MODEL_PROMPT_TEMPLATE
mereojb's picture
Duplicate from huggingchat/chat-ui-template
dd4bed0 verified
<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}} {{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s> {{/ifAssistant}}{{/each}}