File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package common
33import "time"
44
55var StartTime = time .Now ().Unix () // unit: second
6- var Version = "v1.12.2 " // this hard coding will be replaced automatically when building, no need to manually change
6+ var Version = "v1.12.3 " // this hard coding will be replaced automatically when building, no need to manually change
77
88var DefaultOpenaiModelList = []string {
99 "gpt-4.1" ,
@@ -15,6 +15,8 @@ var DefaultOpenaiModelList = []string{
1515 "gemini-2.0-flash" ,
1616 "deep-seek-v3" ,
1717 "deep-seek-r1" ,
18+ "claude-sonnet-4-thinking" ,
19+ "claude-sonnet-4" ,
1820
1921 "flux" ,
2022 "flux-speed" ,
@@ -37,6 +39,8 @@ var TextModelList = []string{
3739 "gemini-2.0-flash" ,
3840 "deep-seek-v3" ,
3941 "deep-seek-r1" ,
42+ "claude-sonnet-4-thinking" ,
43+ "claude-sonnet-4" ,
4044}
4145
4246var MixtureModelList = []string {
You can’t perform that action at this time.
0 commit comments