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 // 限制次数