Skip to content

Commit ccf7c05

Browse files
committed
feat: model
1 parent 3755b18 commit ccf7c05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

common/constants.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package common
33
import "time"
44

55
var 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

88
var 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

4246
var MixtureModelList = []string{

0 commit comments

Comments
 (0)