XciD HF Staff commited on
Commit
6407be8
·
verified ·
1 Parent(s): 0d650ef

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +2 -2
chat_template.jinja CHANGED
@@ -32,7 +32,7 @@
32
  {%- set today = strftime_now("%d %B %Y") -%}
33
  {{- "Today Date: " ~ today ~ "\n" -}}
34
  {{- "Reasoning Mode: " + reasoning_mode + "\n\n" -}}
35
-
36
  {{- "## Custom Instructions\n\n" -}}
37
  {%- if custom_instructions -%}
38
  {{- custom_instructions + "\n\n" -}}
@@ -91,4 +91,4 @@
91
  {%- else -%}
92
  {{ "<|im_start|>assistant\n" + "<think>\n\n</think>\n" }}
93
  {%- endif -%}
94
- {%- endif -%}
 
32
  {%- set today = strftime_now("%d %B %Y") -%}
33
  {{- "Today Date: " ~ today ~ "\n" -}}
34
  {{- "Reasoning Mode: " + reasoning_mode + "\n\n" -}}
35
+
36
  {{- "## Custom Instructions\n\n" -}}
37
  {%- if custom_instructions -%}
38
  {{- custom_instructions + "\n\n" -}}
 
91
  {%- else -%}
92
  {{ "<|im_start|>assistant\n" + "<think>\n\n</think>\n" }}
93
  {%- endif -%}
94
+ {%- endif -%}