Skip to content

Commit

Permalink
增加gpt-4o-canmore
Browse files Browse the repository at this point in the history
  • Loading branch information
gcslaoli committed Oct 7, 2024
1 parent 89de902 commit 5a8d618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 // 限制次数
Expand Down

0 comments on commit 5a8d618

Please sign in to comment.