v2.0.4: вернуть версию (честный счётчик загрузки)
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-07-16 09:04:47 +04:00
parent f4bae5a6b9
commit a15c3e8e94
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""Конфигурация приложения — все настройки в одном месте.""" """Конфигурация приложения — все настройки в одном месте."""
import os import os
VERSION = "2.0.5" VERSION = "2.0.4"
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", "")
+6 -6
View File
@@ -216,11 +216,11 @@
</div> </div>
</div> </div>
<script src="/static/state.js?v=2.0.5"></script> <script src="/static/state.js?v=2.0.4"></script>
<script src="/static/app_utils.js?v=2.0.5"></script> <script src="/static/app_utils.js?v=2.0.4"></script>
<script src="/static/files.js?v=2.0.5"></script> <script src="/static/files.js?v=2.0.4"></script>
<script src="/static/groups.js?v=2.0.5"></script> <script src="/static/groups.js?v=2.0.4"></script>
<script src="/static/compare.js?v=2.0.5"></script> <script src="/static/compare.js?v=2.0.4"></script>
<script src="/static/app.js?v=2.0.5"></script> <script src="/static/app.js?v=2.0.4"></script>
</body> </body>
</html> </html>