stevelionheart commited on
Commit
a6fab4b
·
verified ·
1 Parent(s): a9e276c

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +4 -4
chat_template.jinja CHANGED
@@ -1,4 +1,4 @@
1
- {# Copyright 2025-present Unsloth. Apache 2.0 License. Unsloth chat template fixes. Edited from ggml-org & OpenAI #}
2
  {#-
3
  In addition to the normal inputs of `messages` and `tools`, this template also accepts the
4
  following kwargs:
@@ -195,11 +195,11 @@
195
  {#- System Message Construction ============================================ #}
196
  {%- macro build_system_message() -%}
197
  {%- if model_identity is not defined %}
198
- {{- "You are ChatGPT, a large language model trained by OpenAI.\n" -}}
199
  {%- else %}
200
  {{- model_identity }}
201
  {%- endif %}
202
- {{- "Knowledge cutoff: 2024-06\n" }}
203
  {{- "Current date: " + strftime_now("%Y-%m-%d") + "\n\n" }}
204
  {%- if reasoning_effort is not defined %}
205
  {%- set reasoning_effort = "medium" %}
@@ -312,4 +312,4 @@
312
  {%- if add_generation_prompt -%}
313
  <|start|>assistant
314
  {%- endif -%}
315
- {# Copyright 2025-present Unsloth. Apache 2.0 License. Unsloth chat template fixes. Edited from ggml-org & OpenAI #}
 
1
+ {# Copyright 2026-present Tesleum. Edited from ggml-org & Antropic #}
2
  {#-
3
  In addition to the normal inputs of `messages` and `tools`, this template also accepts the
4
  following kwargs:
 
195
  {#- System Message Construction ============================================ #}
196
  {%- macro build_system_message() -%}
197
  {%- if model_identity is not defined %}
198
+ {{- "You are Claude Fable 5, a large language model trained by Antropic.\n" -}}
199
  {%- else %}
200
  {{- model_identity }}
201
  {%- endif %}
202
+ {{- "Knowledge cutoff: 2026-07\n" }}
203
  {{- "Current date: " + strftime_now("%Y-%m-%d") + "\n\n" }}
204
  {%- if reasoning_effort is not defined %}
205
  {%- set reasoning_effort = "medium" %}
 
312
  {%- if add_generation_prompt -%}
313
  <|start|>assistant
314
  {%- endif -%}
315
+ {# Copyright 2026-present Tesleum. Edited from ggml-org & Antropic #}