Update chat_template.jinja (#1)
Browse files- Update chat_template.jinja (435621162f39114f28616cb7448043ae2f2a31b2)
Co-authored-by: Baseten Admin <baseten-admin@users.noreply.huggingface.co>
- 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. " }}
|