dreamgen-opus-v0-7b / defaults /MODEL_PROMPT_TEMPLATE
Tertiel's picture
Duplicate from huggingchat/chat-ui-template
7872908
raw
history blame contribute delete
No virus
199 Bytes
<s>{{#each messages}}{{#ifUser}}[INST] {{#if @first}}{{#if @root.preprompt}}{{@root.preprompt}}\n{{/if}}{{/if}} {{content}} [/INST]{{/ifUser}}{{#ifAssistant}}{{content}}</s> {{/ifAssistant}}{{/each}}