Skip to content

Commit 868cee8

Browse files
committed
feat: 4o-image
1 parent 9302eec commit 868cee8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

common/constants.go

Lines changed: 4 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.0" // this hard coding will be replaced automatically when building, no need to manually change
6+
var Version = "v1.12.1" // this hard coding will be replaced automatically when building, no need to manually change
77

88
var DefaultOpenaiModelList = []string{
99
"gpt-4o",
@@ -24,6 +24,7 @@ var DefaultOpenaiModelList = []string{
2424
"recraft-v3",
2525
"dall-e-3",
2626
"imagen3",
27+
"gpt-image-1",
2728
}
2829

2930
var TextModelList = []string{
@@ -53,6 +54,8 @@ var ImageModelList = []string{
5354
"recraft-v3",
5455
"dall-e-3",
5556
"imagen3",
57+
"imagen3",
58+
"gpt-image-1",
5659
}
5760

5861
var VideoModelList = []string{

0 commit comments

Comments
 (0)