Update chat_template.jinja
Browse files- 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 -%}
|