v2.0.4
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-07-16 08:30:35 +04:00
parent 2d5606d6d7
commit 4f9bee4c1e
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""Конфигурация приложения — все настройки в одном месте."""
import os
VERSION = "2.0.3"
VERSION = "2.0.4"
LLM_URL = os.getenv("LLM_API_URL", "https://api.aillm.ru/v1/chat/completions")
LLM_KEY = os.getenv("LLM_API_KEY", "")