From 5a8d61805fc51e60d72e71841a0187d146f4c14c Mon Sep 17 00:00:00 2001 From: GCSLaoLi Date: Mon, 7 Oct 2024 07:49:31 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0gpt-4o-canmore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index e4b8461..2cb5341 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( var ( PORT = 8080 - PlusModels = garray.NewStrArrayFrom([]string{"gpt-4", "gpt-4o", "gpt-4-browsing", "gpt-4-plugins", "gpt-4-mobile", "gpt-4-code-interpreter", "gpt-4-dalle", "gpt-4-gizmo", "gpt-4-magic-create"}) + PlusModels = garray.NewStrArrayFrom([]string{"gpt-4", "gpt-4o", "gpt-4-browsing", "gpt-4-plugins", "gpt-4-mobile", "gpt-4-code-interpreter", "gpt-4-dalle", "gpt-4-gizmo", "gpt-4-magic-create", "gpt-4o-canmore"}) O1Models = garray.NewStrArrayFrom([]string{"o1-preview", "o1-mini"}) ForbiddenWords = []string{} // 禁止词 LIMIT = 40 // 限制次数