mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-09-09 01:46:38 +08:00
chore: 设置默认图片生成模型为imagen-3.0-generate-002
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ class Settings(BaseSettings):
|
|||||||
AUTH_TOKEN: str = ""
|
AUTH_TOKEN: str = ""
|
||||||
MAX_FAILURES: int = 3
|
MAX_FAILURES: int = 3
|
||||||
PAID_KEY: str = ""
|
PAID_KEY: str = ""
|
||||||
CREATE_IMAGE_MODEL: str = ""
|
CREATE_IMAGE_MODEL: str = "imagen-3.0-generate-002"
|
||||||
UPLOAD_PROVIDER: str = "smms"
|
UPLOAD_PROVIDER: str = "smms"
|
||||||
SMMS_SECRET_TOKEN: str = ""
|
SMMS_SECRET_TOKEN: str = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user