README.md
Browse files- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
|
@@ -195,7 +195,7 @@
|
|
| 195 |
{{- "Knowledge cutoff: 2024-06\n" }}
|
| 196 |
{{- "Current date: " + strftime_now("%Y-%m-%d") + "\n\n" }}
|
| 197 |
{%- if reasoning_effort is not defined %}
|
| 198 |
-
{%- set reasoning_effort = "
|
| 199 |
{%- endif %}
|
| 200 |
{{- "Reasoning: " + reasoning_effort + "\n\n" }}
|
| 201 |
{{- "# Code Formatting Policy\n\n" }}
|
|
|
|
| 195 |
{{- "Knowledge cutoff: 2024-06\n" }}
|
| 196 |
{{- "Current date: " + strftime_now("%Y-%m-%d") + "\n\n" }}
|
| 197 |
{%- if reasoning_effort is not defined %}
|
| 198 |
+
{%- set reasoning_effort = "high" %}
|
| 199 |
{%- endif %}
|
| 200 |
{{- "Reasoning: " + reasoning_effort + "\n\n" }}
|
| 201 |
{{- "# Code Formatting Policy\n\n" }}
|