wangzhengtao commited on
Commit
3a2c18a
·
1 Parent(s): 8d93622

remove default system prompt

Browse files
Files changed (1) hide show
  1. chat_template.jinja +0 -4
chat_template.jinja CHANGED
@@ -57,10 +57,6 @@
57
  <|im_system|>tool_declare<|im_middle|>{{ tools | tojson(separators=(',', ':')) }}<|im_end|>
58
  {%- endif -%}
59
  {%- endif -%}
60
-
61
- {%- if messages|length == 0 or messages[0]['role'] != 'system' -%}
62
- <|im_system|>system<|im_middle|>You are Kimi, an AI assistant created by Moonshot AI.<|im_end|>
63
- {%- endif -%}
64
 
65
  {%- for message in hist_msgs -%}
66
  {{set_roles(message)}}
 
57
  <|im_system|>tool_declare<|im_middle|>{{ tools | tojson(separators=(',', ':')) }}<|im_end|>
58
  {%- endif -%}
59
  {%- endif -%}
 
 
 
 
60
 
61
  {%- for message in hist_msgs -%}
62
  {{set_roles(message)}}