Update chat_template.jinja
Browse files- chat_template.jinja +0 -2
chat_template.jinja
CHANGED
|
@@ -29,8 +29,6 @@
|
|
| 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 a function, please respond with JSON for a function call." }}
|
| 36 |
{{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
|
|
|
|
| 29 |
{%- if tools is not none %}
|
| 30 |
{{- "Environment: ipython\n" }}
|
| 31 |
{%- endif %}
|
|
|
|
|
|
|
| 32 |
{%- if tools is not none and not tools_in_user_message %}
|
| 33 |
{{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
|
| 34 |
{{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
|