chat-ui icon indicating copy to clipboard operation
chat-ui copied to clipboard

[REQUEST] Add Llama 3 Instruct chat template

Open ddh0 opened this issue 1 year ago • 2 comments

Hi!

I've just started using Chat UI and I think it would be helpful to have the Llama 3 Instruct chat template + system prompt listed in PROMPTS.md so it can be easily adopted by users. I would open a PR but I don't understand how the formatting works. :)

Thank you!

ddh0 avatar Apr 30 '24 02:04 ddh0

I'm unable to fork the repo and push a commit ATM but until then @ddh0 give this a try.

<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{{preprompt}}<|eot_id|>{{#each messages}}{{#ifUser}}<|start_header_id|>user<|end_header_id|>\n\n{{content}}<|eot_id|><|start_header_id|>assistant<|end_header_id|>{{/ifUser}}{{#ifAssistant}}{{content}}<|eot_id|>{{/ifAssistant}}{{/each}}

acoppola16 avatar May 01 '24 01:05 acoppola16

I'm unable to fork the repo and push a commit ATM but until then @ddh0 give this a try.

<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{{preprompt}}<|eot_id|>{{#each messages}}{{#ifUser}}<|start_header_id|>user<|end_header_id|>\n\n{{content}}<|eot_id|><|start_header_id|>assistant<|end_header_id|>{{/ifUser}}{{#ifAssistant}}{{content}}<|eot_id|>{{/ifAssistant}}{{/each}}

Thx, it's useful.

Grey4sh avatar May 07 '24 09:05 Grey4sh