File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-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.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
88var 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
2930var 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
5861var VideoModelList = []string {
You can’t perform that action at this time.
0 commit comments