Text-to-Speech
Safetensors
Japanese
llama
OmniAICreator commited on
Commit
ece9910
·
verified ·
1 Parent(s): 32d7d14

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. 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}.' }}