v2.0.7: .doc в accept и подсказке
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-07-16 10:29:14 +04:00
parent d1415d5d21
commit c677206d03
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""Конфигурация приложения — все настройки в одном месте."""
import os
VERSION = "2.0.6"
VERSION = "2.0.7"
LLM_URL = os.getenv("LLM_API_URL", "https://api.aillm.ru/v1/chat/completions")
LLM_KEY = os.getenv("LLM_API_KEY", "")