From 64bfac00a981df4ed899cff5c1f8da526d23b6e2 Mon Sep 17 00:00:00 2001 From: sheepgreen <58287293+slippersheepig@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:39:34 +0800 Subject: [PATCH] fix: change engine to model to use chatgpt --- configs/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/config.yaml b/configs/config.yaml index af46adc90..0b379bf8a 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -8,7 +8,7 @@ openai: - chatGPTConfigs: - engine: "gpt-3.5-turbo" + model: "gpt-3.5-turbo" max_tokens: 1000 temperature: 0.9 top_p: 1 @@ -39,4 +39,4 @@ notice: "此机器人由Github项目QQChannelChatGPT驱动。" # 是否打开私信功能 # 设置为true则频道成员可以私聊机器人。 # 设置为false则频道成员不能私聊机器人。 -direct_message_mode: true \ No newline at end of file +direct_message_mode: true