This commit is contained in:
xds
2026-03-22 22:31:11 +03:00
parent d9dad0f7d9
commit 9e630fb5d2
4 changed files with 30 additions and 18 deletions

View File

@@ -4,6 +4,9 @@ from pydantic_settings import BaseSettings
class Settings(BaseSettings):
DATABASE_URL: str = "postgresql+asyncpg://print3d:P3D_PASSWORD@31.59.58.220:5432/print3d"
GOOGLE_API_KEY: str = ""
QWEN_API_KEY: str = ""
QWEN_MODEL: str = "qwen-plus"
QWEN_BASE_URL: str = "https://dashscope.aliyuncs.com/compatible-mode/v1"
AI_PROXY_URL: str = "http://82.22.174.14:8001"
AI_PROXY_SALT: str = "change_me_in_production"
TELEGRAM_BOT_TOKEN: str = ""