v2.0.6: convert-service интеграция
Deploy contracts-flask / validate (push) Successful in 0s

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