Aratako commited on
Commit
f337e52
1 Parent(s): c1c4504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -95,7 +95,8 @@ def respond(
95
  outputs += output
96
  yield outputs
97
 
98
- description = """<p align="center">Aratako/calm3-22b-RPのデモ(Q6_Kを利用)</p>"""
 
99
 
100
  demo = gr.ChatInterface(
101
  respond,
 
95
  outputs += output
96
  yield outputs
97
 
98
+ description = """<p align="center">Aratako/calm3-22b-RPのデモ(Q6_Kを利用)</p>
99
+ <p align="center">System messageにロールプレイの設定(場面や世界観、キャラの設定など)が入力されることを想定しています。</p>"""
100
 
101
  demo = gr.ChatInterface(
102
  respond,