v1.0.97: шаг5 — LLM ключ из env

This commit is contained in:
2026-06-22 07:47:02 +04:00
parent eaed475437
commit d39bf7c04f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import httpx
from llm_prompt import build_prompt from llm_prompt import build_prompt
LLM_URL = "https://api.aillm.ru/v1/chat/completions" LLM_URL = "https://api.aillm.ru/v1/chat/completions"
LLM_KEY = "sk-ucI5YvOticoOQ9Kuj5K9mQ" LLM_KEY = os.environ.get("LLM_KEY", "")
LLM_MODEL = "gpt-oss-120b" LLM_MODEL = "gpt-oss-120b"
LUCEE_URL = "https://contractor.luceek8s.dev.nubes.ru" LUCEE_URL = "https://contractor.luceek8s.dev.nubes.ru"
+1 -1
View File
@@ -71,7 +71,7 @@
<body> <body>
<div class="topbar"> <div class="topbar">
<img src="/nubes-logo.svg" alt="Nubes"> <img src="/nubes-logo.svg" alt="Nubes">
<span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.96 — Lucee</span></span> <span class="title">Сверка договоров — LLM AI-driven Event Sourcing <span style="font-weight:400;color:var(--muted);font-size:12px;">v1.0.97 — Lucee</span></span>
</div> </div>
<div class="content"> <div class="content">