From d67dbe80625057f021b8446df358f86706adccf1 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Mon, 13 Mar 2023 10:31:21 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=B7=BB=E5=8A=A0JSON=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E6=83=85=E6=99=AF=E9=A2=84=E8=AE=BE=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config-template.py b/config-template.py index 88c969f8..f3f81fd9 100644 --- a/config-template.py +++ b/config-template.py @@ -79,9 +79,10 @@ default_prompt = { "default": "如果我之后想获取帮助,请你说“输入!help获取帮助”", } -# 实验性设置项: JSON完整情景导入 -# 预设prompt模式 +# 情景预设格式 # 参考值:旧版本方式:default | 完整情景:full_scenario +# 旧版本的格式为上述default_prompt中的内容,或prompts目录下的文件名 +# 完整情景预设的格式为JSON,在JSON文件中列出对话的每个回合,编写方法见scenario/default-template.json preset_mode = "default" # 群内响应规则