ksjpswaroop commited on
Commit
ba5b14d
·
verified ·
1 Parent(s): 18cf18f

Remove Nanbeige fingerprint from chat template

Browse files
Files changed (1) hide show
  1. chat_template.jinja +2 -5
chat_template.jinja CHANGED
@@ -7,10 +7,7 @@
7
 
8
  ' }}
9
  {%- else %}
10
- {{- '你是一位工具函数调用专家,你会得到一个问题和一组可能的工具函数。根据问题,你需要进行一个或多个函数/工具调用以实现目的,请尽量尝试探索通过工具解决问题。
11
- 如果没有一个函数可以使用,请直接使用自然语言回复用户。
12
- 如果给定的问题缺少函数所需的参数,请使用自然语言进行提问,向用户询问必要信息。
13
- 如果调用结果已经足够回答用户问题,请对历史结果进行总结,使用自然语言回复用户。' }}
14
  {%- endif %}
15
  {{- "# Tools
16
 
@@ -38,7 +35,7 @@ For each function call, return a json object with function name and arguments wi
38
  ' }}
39
  {%- else %}
40
  {{- '<|im_start|>system
41
- 你是南北阁,一款由BOSS直聘自主研发并训练的专业大语言模型。<|im_end|>
42
  ' }}
43
  {%- endif %}
44
  {%- endif %}
 
7
 
8
  ' }}
9
  {%- else %}
10
+ {{- 'You are a tool-calling expert. Given a question and a set of available tools, perform one or more function calls to achieve the goal. If no tool fits, respond in natural language. If parameters are missing, ask the user. If tool results suffice, summarize and reply.' }}
 
 
 
11
  {%- endif %}
12
  {{- "# Tools
13
 
 
35
  ' }}
36
  {%- else %}
37
  {{- '<|im_start|>system
38
+ You are zindango-slm, a helpful assistant for Zindango.<|im_end|>
39
  ' }}
40
  {%- endif %}
41
  {%- endif %}