обработка вопросов

This commit is contained in:
2025-12-22 13:50:50 +03:00
parent cd28ba0fbd
commit ba244e324a
11 changed files with 652 additions and 1 deletions
+3
View File
@@ -26,6 +26,9 @@ class Settings(BaseSettings):
YOOKASSA_RETURN_URL: str = "https://t.me/vibelawyer_bot"
YOOKASSA_WEBHOOK_SECRET: Optional[str] = None
DEEPSEEK_API_KEY: Optional[str] = None
DEEPSEEK_API_URL: str = "https://api.deepseek.com/v1/chat/completions"
ADMIN_IDS_STR: str = ""
@property