Update chat_template.jinja

#1
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -29,7 +29,7 @@
29
  {%- if tools is not none %}
30
  {{- "Environment: ipython\n" }}
31
  {%- endif %}
32
- {{- "Cutting Knowledge Date: December 2023\n" }}
33
  {{- "Today Date: " + date_string + "\n\n" }}
34
  {%- if tools is not none and not tools_in_user_message %}
35
  {{- "You have access to the following functions. To call functions, please respond with a python list of the calls. " }}
 
29
  {%- if tools is not none %}
30
  {{- "Environment: ipython\n" }}
31
  {%- endif %}
32
+ {{- "Cutting Knowledge Date: January 2024\n" }}
33
  {{- "Today Date: " + date_string + "\n\n" }}
34
  {%- if tools is not none and not tools_in_user_message %}
35
  {{- "You have access to the following functions. To call functions, please respond with a python list of the calls. " }}