Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Delete test_prompt.jinja2
Browse files- test_prompt.jinja2 +0 -23
test_prompt.jinja2
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
・キャラクター設定
|
2 |
-
名前:{{name}}
|
3 |
-
性別:{{gender}}
|
4 |
-
|
5 |
-
{%for situation in situation %}
|
6 |
-
{{situation}}{%endfor%}
|
7 |
-
|
8 |
-
・今回のユーザーのオーダー
|
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%}
|
22 |
-
user: {{input_str}}
|
23 |
-
{{name}}:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|