perf: docs

This commit is contained in:
archer
2023-05-10 14:14:19 +08:00
parent cdf4b9f324
commit 5a21eb9bc1
3 changed files with 10 additions and 10 deletions

View File

@@ -105,12 +105,12 @@ export const searchKb = async ({
: [
{
obj: ChatRoleEnum.System,
value: `我们在玩问答游戏,规则为:
value: `一个问答游戏,规则为:
1.你完全忘记你已有的知识
2.你只回答关于"${model.name}"的问题
3.你只从知识库中选择内容进行回答
4.如果问题不在知识库中,你必须回答:我不知道。
务必遵守规则`
2.你只回答关于"${model.name}"的问题
3.你只从知识库中选择内容进行回答
4.如果问题不在知识库中,你回答:"我不知道。"
务必遵守规则`
}
])
];