kevinwang676 commited on
Commit
90304d1
1 Parent(s): 7055923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks(title="ChatGLM2-6B-int4", theme=gr.themes.Soft(text_size="sm")) a
321
  * Low temperature: responses will be more deterministic and focused; High temperature: responses more creative.
322
  * Suggested temperatures -- translation: up to 0.3; chatting: > 0.4
323
  * Top P controls dynamic vocabulary selection based on context.
324
- 如果您想让ChatGLM2进行角色扮演并与之对话,请先输入恰当的提示词,如“请你扮演成动漫角色蜡笔小新并和我进行对话”
325
  当您使用声音克隆功能时,请先在此程序的对应位置上传一段您喜欢的音频
326
  """
327
  gr.Markdown(dedent(_))
 
321
  * Low temperature: responses will be more deterministic and focused; High temperature: responses more creative.
322
  * Suggested temperatures -- translation: up to 0.3; chatting: > 0.4
323
  * Top P controls dynamic vocabulary selection based on context.
324
+ 如果您想让ChatGLM2进行角色扮演并与之对话,请先输入恰当的提示词,如“请你扮演成动漫角色蜡笔小新并和我进行对话”;您也可以为ChatGLM2提供自定义的角色设定
325
  当您使用声音克隆功能时,请先在此程序的对应位置上传一段您喜欢的音频
326
  """
327
  gr.Markdown(dedent(_))