diff --git a/site/config.py b/site/config.py index 2923911..12634ed 100644 --- a/site/config.py +++ b/site/config.py @@ -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", "") diff --git a/site/static/files.js b/site/static/files.js index 60fa382..ef7736f 100644 --- a/site/static/files.js +++ b/site/static/files.js @@ -51,7 +51,7 @@ function statusToHTML(st) { */ function renderFiles(state) { if (state.files.length === 0) { - fileTable.innerHTML = 'Нет файлов — выберите .docx / .pdf'; + fileTable.innerHTML = 'Нет файлов — выберите .doc / .docx / .pdf'; lucide.createIcons(); return; } diff --git a/site/templates/index.html b/site/templates/index.html index 9610558..4592b20 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -73,7 +73,7 @@
Nubes - Сверка договоров — LLM AI-driven Event Sourcing v2.0.6 + Сверка договоров — LLM AI-driven Event Sourcing v2.0.7
○ Загрузка ○ Классификация @@ -90,7 +90,7 @@ Загрузка договоров/приложений/спецификаций
- +
Порядок определяется автоматически при классификации
⚠ При совпадении имён — запрос на перезапись (OK / Отмена). Файлы из ZIP-архивов загружаются через тот же поток.
@@ -216,11 +216,11 @@
- - - - - - + + + + + +