v2.0.3 — bump version
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-07-16 08:23:18 +04:00
parent 2fd5f2944f
commit 1bd62a51ef
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""Конфигурация приложения — все настройки в одном месте.""" """Конфигурация приложения — все настройки в одном месте."""
import os import os
VERSION = "2.0.2" VERSION = "2.0.3"
LLM_URL = os.getenv("LLM_API_URL", "https://api.aillm.ru/v1/chat/completions") LLM_URL = os.getenv("LLM_API_URL", "https://api.aillm.ru/v1/chat/completions")
LLM_KEY = os.getenv("LLM_API_KEY", "") LLM_KEY = os.getenv("LLM_API_KEY", "")
+7 -7
View File
@@ -73,7 +73,7 @@
<body> <body>
<div class="topbar"> <div class="topbar">
<img src="/static/logo.svg" alt="Nubes"> <img src="/static/logo.svg" alt="Nubes">
<span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v2.0.2</span></span> <span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v2.0.3</span></span>
<div id="pipelineStepper" style="display:flex;gap:8px;font-size:11px;align-items:center;color:var(--muted);"> <div id="pipelineStepper" style="display:flex;gap:8px;font-size:11px;align-items:center;color:var(--muted);">
<span id="stepUpload">○ Загрузка</span><span></span> <span id="stepUpload">○ Загрузка</span><span></span>
<span id="stepClassify">○ Классификация</span><span></span> <span id="stepClassify">○ Классификация</span><span></span>
@@ -216,11 +216,11 @@
</div> </div>
</div> </div>
<script src="/static/state.js?v=2.0.2"></script> <script src="/static/state.js?v=2.0.3"></script>
<script src="/static/app_utils.js?v=2.0.2"></script> <script src="/static/app_utils.js?v=2.0.3"></script>
<script src="/static/files.js?v=2.0.2"></script> <script src="/static/files.js?v=2.0.3"></script>
<script src="/static/groups.js?v=2.0.2"></script> <script src="/static/groups.js?v=2.0.3"></script>
<script src="/static/compare.js?v=2.0.2"></script> <script src="/static/compare.js?v=2.0.3"></script>
<script src="/static/app.js?v=2.0.2"></script> <script src="/static/app.js?v=2.0.3"></script>
</body> </body>
</html> </html>