Skip to content

Commit a52501f

Browse files
committed
fix: ideogram/V_2A
1 parent bc37b00 commit a52501f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ _觉得有点意思的话 别忘了点个 ⭐_
3636
- **flux-speed**
3737
- **flux-pro/ultra**
3838
- **ideogram**
39+
- **ideogram/V_2A**
3940
- **recraft-v3**
4041
- **dall-e-3**
4142
- **imagen3**

common/constants.go

Lines changed: 3 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.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
77

88
var DefaultOpenaiModelList = []string{
99
"gpt-4o",
@@ -20,6 +20,7 @@ var DefaultOpenaiModelList = []string{
2020
"flux-speed",
2121
"flux-pro/ultra",
2222
"ideogram",
23+
"ideogram/V_2A",
2324
"recraft-v3",
2425
"dall-e-3",
2526
"imagen3",
@@ -48,6 +49,7 @@ var ImageModelList = []string{
4849
"flux-speed",
4950
"flux-pro/ultra",
5051
"ideogram",
52+
"ideogram/V_2A",
5153
"recraft-v3",
5254
"dall-e-3",
5355
"imagen3",

0 commit comments

Comments
 (0)