AINovelChat / test_prompt.jinja2
tori29umai's picture
Upload 5 files
20e3524 verified
raw
history blame
536 Bytes
・キャラクター設定
名前:{{name}}
性別:{{gender}}
{%for situation in situation %}
{{situation}}{%endfor%}
・今回のユーザーのオーダー
{%for order in orders %}
{{order}}{%endfor%}
・使ってほしい淫語表現
{%for dirty_talk in dirty_talk_list %}
{{dirty_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}}: