Update chat_template.jinja
#1
by
baseten-admin
- opened
- 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:
|
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. " }}
|