File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ _觉得有点意思的话 别忘了点个 ⭐_
36
36
- ** flux-speed**
37
37
- ** flux-pro/ultra**
38
38
- ** ideogram**
39
+ - ** ideogram/V_2A**
39
40
- ** recraft-v3**
40
41
- ** dall-e-3**
41
42
- ** imagen3**
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package common
3
3
import "time"
4
4
5
5
var StartTime = time .Now ().Unix () // unit: second
6
- var Version = "v1.10.18 " // this hard coding will be replaced automatically when building, no need to manually change
6
+ var Version = "v1.10.19 " // this hard coding will be replaced automatically when building, no need to manually change
7
7
8
8
var DefaultOpenaiModelList = []string {
9
9
"gpt-4o" ,
@@ -20,6 +20,7 @@ var DefaultOpenaiModelList = []string{
20
20
"flux-speed" ,
21
21
"flux-pro/ultra" ,
22
22
"ideogram" ,
23
+ "ideogram/V_2A" ,
23
24
"recraft-v3" ,
24
25
"dall-e-3" ,
25
26
"imagen3" ,
@@ -48,6 +49,7 @@ var ImageModelList = []string{
48
49
"flux-speed" ,
49
50
"flux-pro/ultra" ,
50
51
"ideogram" ,
52
+ "ideogram/V_2A" ,
51
53
"recraft-v3" ,
52
54
"dall-e-3" ,
53
55
"imagen3" ,
You can’t perform that action at this time.
0 commit comments