Fix: Прокси, локальные модели, исправления совместимости

This commit is contained in:
mirivlad
2026-03-17 03:58:11 +08:00
parent 66fd5a2ca8
commit 1f1e65bcdf
5 changed files with 27 additions and 12 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ class Settings(BaseSettings):
allowed_usernames: str = ""
bot_name: str = "Валера"
default_tool: str = "opencode"
qwen_command: str = "qwen-code"
default_tool: str = "qwen"
qwen_command: str = "qwen"
opencode_command: str = "opencode"
tool_timeout: int = 120