From b654c3ed1248849eba116182a1547a9808d56d7f Mon Sep 17 00:00:00 2001 From: teddywei <12561558+teddywei@user.noreply.gitee.com> Date: Fri, 10 Mar 2023 05:53:25 +0000 Subject: [PATCH] update config/config.go. Signed-off-by: teddywei <12561558+teddywei@user.noreply.gitee.com> --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 8cac24c..3c092f4 100644 --- a/config/config.go +++ b/config/config.go @@ -42,7 +42,7 @@ func LoadConfig() *Configuration { AutoPass: false, SessionTimeout: 60, MaxTokens: 512, - Model: "text-davinci-003", + Model: "gpt-3.5-turbo", Temperature: 0.9, SessionClearToken: "下一个问题", } -- Gitee