init
This commit is contained in:
@@ -6,7 +6,7 @@ class Settings(BaseSettings):
|
|||||||
GOOGLE_API_KEY: str = ""
|
GOOGLE_API_KEY: str = ""
|
||||||
QWEN_API_KEY: str = ""
|
QWEN_API_KEY: str = ""
|
||||||
QWEN_MODEL: str = "qwen-plus"
|
QWEN_MODEL: str = "qwen-plus"
|
||||||
QWEN_BASE_URL: str = "https://dashscope.aliyuncs.com/compatible-mode/v1"
|
QWEN_BASE_URL: str = "https://dashscope-intl.aliyuncs.com/compatible-mode/v1"
|
||||||
AI_PROXY_URL: str = "http://82.22.174.14:8001"
|
AI_PROXY_URL: str = "http://82.22.174.14:8001"
|
||||||
AI_PROXY_SALT: str = "change_me_in_production"
|
AI_PROXY_SALT: str = "change_me_in_production"
|
||||||
TELEGRAM_BOT_TOKEN: str = ""
|
TELEGRAM_BOT_TOKEN: str = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user