temp
This commit is contained in:
@@ -17,7 +17,6 @@ class Settings(BaseSettings):
|
||||
TELEGRAM_BOT_TOKEN: str = ""
|
||||
FREE_QUESTIONS_LIMIT: int = 5
|
||||
PAYMENT_AMOUNT: float = 500.0
|
||||
DATABASE_URL: str = "sqlite:///data/bot.db"
|
||||
LOG_LEVEL: str = "INFO"
|
||||
LOG_FILE: str = "logs/bot.log"
|
||||
|
||||
@@ -28,6 +27,8 @@ class Settings(BaseSettings):
|
||||
|
||||
DEEPSEEK_API_KEY: Optional[str] = None
|
||||
DEEPSEEK_API_URL: str = "https://api.deepseek.com/v1/chat/completions"
|
||||
|
||||
BACKEND_URL: str = "http://localhost:8001/api/v1"
|
||||
|
||||
ADMIN_IDS_STR: str = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user