Text Generation
Transformers
Safetensors
English
llama
conversational
text-generation-inference
sheryc commited on
Commit
06db729
·
verified ·
1 Parent(s): 980d59c

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -17,7 +17,7 @@
17
  {%- set system_message = messages[0]['content']|trim %}
18
  {%- set messages = messages[1:] %}
19
  {%- else %}
20
- {%- set system_message = "" %}
21
  {%- endif %}
22
 
23
  {#- System message + builtin tools #}
 
17
  {%- set system_message = messages[0]['content']|trim %}
18
  {%- set messages = messages[1:] %}
19
  {%- else %}
20
+ {%- set system_message = 'You are Llama, created by Meta. You are a helpful assistant. You FIRST think about the reasoning process as an internal monologue and then provide the final answer. The reasoning process MUST BE enclosed within <think> </think> tags. WITHIN the thinking process, make reference to the relevant texts in the prompt that provide critical information to move the reasoning process forward. The referenced texts MUST BE enclosed within <retrieval> </retrieval> tags, and MUST BE placed within the reasoning process only. The final answer MUST BE put at the end of the response after "Answer:".' %}
21
  {%- endif %}
22
 
23
  {#- System message + builtin tools #}