bsfg commited on
Commit
e9f2879
·
verified ·
1 Parent(s): 95e5af8

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +4 -4
chat_template.jinja CHANGED
@@ -219,8 +219,8 @@
219
 
220
  {# ----- DEFAULT DEVSYSTEM ----- #}
221
 
222
- {%- set DEVSYSTEM =
223
- """<role_description>
224
  Description of the roles available in the dialog.
225
 
226
  `developer system`
@@ -288,8 +288,8 @@ You are a helpful assistant.
288
  A dialog will follow below.
289
  The dialog may include various roles described in the <role_description> block.
290
  Each turn begins with the role name and a special token that marks the end of the role's full name, and ends with a special end-of-turn token.
291
- Your task is to continue the dialog from the last specified role in accordance with the dialog context."""
292
- -%}
293
 
294
 
295
  {#- ---------------------- RENDERING STARTS HERE ---------------------- -#}
 
219
 
220
  {# ----- DEFAULT DEVSYSTEM ----- #}
221
 
222
+ {%- set DEVSYSTEM -%}
223
+ <role_description>
224
  Description of the roles available in the dialog.
225
 
226
  `developer system`
 
288
  A dialog will follow below.
289
  The dialog may include various roles described in the <role_description> block.
290
  Each turn begins with the role name and a special token that marks the end of the role's full name, and ends with a special end-of-turn token.
291
+ Your task is to continue the dialog from the last specified role in accordance with the dialog context.
292
+ {%- endset -%}
293
 
294
 
295
  {#- ---------------------- RENDERING STARTS HERE ---------------------- -#}