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 @@ -38,6 +38,7 @@ _觉得有点意思的话 别忘了点个 ⭐_
3838 - ** ideogram**
3939 - ** recraft-v3**
4040 - ** dall-e-3**
41+ - ** imagen3**
4142- [x] 支持自定义请求头校验值(Authorization)
4243- [x] 支持cookie池(随机)
4344- [x] 支持请求失败自动切换cookie重试(需配置cookie池)
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.10.7 " // this hard coding will be replaced automatically when building, no need to manually change
6+ var Version = "v1.10.8 " // this hard coding will be replaced automatically when building, no need to manually change
77
88var DefaultOpenaiModelList = []string {
99 "gpt-4o" ,
@@ -21,6 +21,7 @@ var DefaultOpenaiModelList = []string{
2121 "ideogram" ,
2222 "recraft-v3" ,
2323 "dall-e-3" ,
24+ "imagen3" ,
2425}
2526
2627var TextModelList = []string {
@@ -47,4 +48,5 @@ var ImageModelList = []string{
4748 "ideogram" ,
4849 "recraft-v3" ,
4950 "dall-e-3" ,
51+ "imagen3" ,
5052}
You can’t perform that action at this time.
0 commit comments