From f2141ec73157dae11e0f047b0a9478d4c0a05d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 24 Aug 2026 20:21:02 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B5=D0=BA=D1=80=D0=B5=D1=82-=D0=B3?= =?UTF-8?q?=D0=B8=D0=B3=D0=B8=D0=B5=D0=BD=D0=B0:=20=D1=83=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=20LLM=5FAPI=5FKEY=20=D0=B8=D0=B7=20README/DEPLOY/H?= =?UTF-8?q?istory=20(=D0=BF=D0=BE=D0=BF=D0=B0=D0=BB=20=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B8=D1=82=D0=B5=200707d53=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=20=D0=BA=D0=BE=D0=BF=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B8=20env=20=D0=B8=D0=B7=20=D0=A8=D1=82=D1=83=D1=80?= =?UTF-8?q?=D0=B2=D0=B0=D0=BB=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- History/plans/2026-07-12-audit-and-plan.md | 2 +- README.md | 2 +- docs/DEPLOY.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/History/plans/2026-07-12-audit-and-plan.md b/History/plans/2026-07-12-audit-and-plan.md index 4c04502..8db4532 100644 --- a/History/plans/2026-07-12-audit-and-plan.md +++ b/History/plans/2026-07-12-audit-and-plan.md @@ -140,6 +140,6 @@ site/ # Flask-приложение | Переменная | Значение | |---|---| -| `LLM_API_KEY` | `sk-ucI5YvOticoOQ9Kuj5K9mQ` | +| `LLM_API_KEY` | (секрет — не хранить в git) | | `LLM_URL` | `https://api.aillm.ru/v1/chat/completions` | | `LLM_MODEL` | `gpt-oss-120b` | diff --git a/README.md b/README.md index fc437db..4a30334 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ git add -A && git commit -m "подробное описание" && git push | Переменная | Значение | |---|---| -| `LLM_API_KEY` | `sk-ucI5YvOticoOQ9Kuj5K9mQ` | +| `LLM_API_KEY` | (секрет — задаётся в переменных окружения Штурвала, не в git) | | `LLM_URL` | `https://api.aillm.ru/v1/chat/completions` | | `LLM_MODEL` | `gpt-oss-120b` | diff --git a/docs/DEPLOY.md b/docs/DEPLOY.md index 561c192..9c2538f 100644 --- a/docs/DEPLOY.md +++ b/docs/DEPLOY.md @@ -29,7 +29,7 @@ git push origin master | Переменная | Значение | Для чего | |---|---|---| -| `LLM_API_KEY` | `sk-ucI5YvOticoOQ9Kuj5K9mQ` | Ключ доступа к LLM API | +| `LLM_API_KEY` | (секрет — задаётся в переменных окружения Штурвала, не в git) | Ключ доступа к LLM API | | `LLM_URL` | `https://api.aillm.ru/v1/chat/completions` | URL LLM API | | `LLM_MODEL` | `gpt-oss-120b` | Модель для NER |