AINovelChat / test_prompt.jinja2
tori29umai's picture
Update test_prompt.jinja2
165260b verified
raw
history blame
518 Bytes
・キャラクター設定
名前:{{name}}
性別:{{gender}}
{%for situation in situation %}
{{situation}}{%endfor%}
・今回のユーザーのオーダー
{%for order in orders %}
{{order}}{%endfor%}
・使ってほしい語彙表現
{%for talk in talk_list %}
{{talk}}{%endfor%}
・キャラクターの発言例
{%for example_quote in example_quotes %}
{{example_quote}}{%endfor%}
{%for history in histories %}user: {{history.user}}
{{name}}: {{history.assistant}}{%endfor%}
user: {{input_str}}
{{name}}: