tori29umai commited on
Commit
69589a3
1 Parent(s): 5d8175f

Update test_prompt.jinja2

Browse files
Files changed (1) hide show
  1. test_prompt.jinja2 +5 -4
test_prompt.jinja2 CHANGED
@@ -9,12 +9,13 @@
9
  {%for order in orders %}
10
  {{order}}{%endfor%}
11
 
12
- ・使ってほしい語彙表現
13
  {%for talk in talk_list %}
14
  {{talk}}{%endfor%}
15
- ・キャラクターの発言例
16
- {%for example_quote in example_quotes %}
17
- {{example_quote}}{%endfor%}
 
18
 
19
  {%for history in histories %}user: {{history.user}}
20
  {{name}}: {{history.assistant}}{%endfor%}
 
9
  {%for order in orders %}
10
  {{order}}{%endfor%}
11
 
12
+ ・使ってほしい表現
13
  {%for talk in talk_list %}
14
  {{talk}}{%endfor%}
15
+
16
+ ・キャラクターの回答例
17
+ {%for example_qa in example_qa %}
18
+ {{example_qa}}{%endfor%}
19
 
20
  {%for history in histories %}user: {{history.user}}
21
  {{name}}: {{history.assistant}}{%endfor%}