minpeter commited on
Commit
0966401
·
verified ·
1 Parent(s): bf8fe50

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +0 -2
chat_template.jinja CHANGED
@@ -9,7 +9,6 @@
9
  {{- "\n\n도구를 호출하려면 아래의 JSON으로 응답하세요.\n도구 호출 형식: <tool_call>{\"name\": 도구 이름, \"arguments\": dictionary 형태의 도구 인자값}</tool_call>" -}}
10
  {{- "<|im_end|>" -}}
11
  {%- endif -%}
12
-
13
  {%- for message in messages -%}
14
  {%- if message.role == "system" -%}
15
  {{- "<|im_start|><|system|>" + message.content + "<|im_end|>" -}}
@@ -53,7 +52,6 @@
53
  {{- "</tool_output><|im_end|>" -}}
54
  {%- endif -%}
55
  {%- endfor -%}
56
-
57
  {%- if add_generation_prompt -%}
58
  {{- "<|im_start|><|assistant|>" -}}
59
  {%- endif -%}
 
9
  {{- "\n\n도구를 호출하려면 아래의 JSON으로 응답하세요.\n도구 호출 형식: <tool_call>{\"name\": 도구 이름, \"arguments\": dictionary 형태의 도구 인자값}</tool_call>" -}}
10
  {{- "<|im_end|>" -}}
11
  {%- endif -%}
 
12
  {%- for message in messages -%}
13
  {%- if message.role == "system" -%}
14
  {{- "<|im_start|><|system|>" + message.content + "<|im_end|>" -}}
 
52
  {{- "</tool_output><|im_end|>" -}}
53
  {%- endif -%}
54
  {%- endfor -%}
 
55
  {%- if add_generation_prompt -%}
56
  {{- "<|im_start|><|assistant|>" -}}
57
  {%- endif -%}