MonadGPT / defaults /MODEL_PROMPT_TEMPLATE
Pierre-Carl Langlais
Duplicate from huggingchat/chat-ui-template
ef71d12
<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}} {{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s> {{/ifAssistant}}{{/each}}