Wejh commited on
Commit
73c5d79
·
verified ·
1 Parent(s): 30a08da
Files changed (1) hide show
  1. 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 = "medium" %}
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" }}