From c677206d0316fef654bb747ac7308604a3d8567f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 16 Jul 2026 10:29:14 +0400 Subject: [PATCH] =?UTF-8?q?v2.0.7:=20.doc=20=D0=B2=20accept=20=D0=B8=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D1=81=D0=BA=D0=B0=D0=B7=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/config.py | 2 +- site/static/files.js | 2 +- site/templates/index.html | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) 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 @@
- - - - - - + + + + + +