Merge pull request #19 from slippersheepig/patch-1

fix: change engine to model to use chatgpt
This commit is contained in:
Soulter
2023-03-02 11:41:09 +08:00
committed by GitHub
+2 -2
View File
@@ -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
direct_message_mode: true