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