From b868fc43599295ee0206f16514a452f76e2ca6de Mon Sep 17 00:00:00 2001 From: erjemin Date: Mon, 7 Sep 2026 01:04:03 +0300 Subject: [PATCH] =?UTF-8?q?mod:=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E?= =?UTF-8?q?=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20API=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=98=D0=98=20(1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sample | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.env.sample b/.env.sample index 70baf78..d7a4905 100644 --- a/.env.sample +++ b/.env.sample @@ -30,6 +30,15 @@ DJANGO_EMAIL_FROM=you@email.com HASHIDS_SALT=your-super-secret-salt-for-production-change-me-now HASHIDS_MIN_LENGTH=6 +# ====== API-KEYS +# OpenRouter +# см. документацию: https://openrouter.ai/docs/quickstart +OPENROUTER_API_KEY=your-openrouter-key + +# Yandex.GPT +# https://aistudio.yandex.ru/ru/docs/ai-studio/operations/get-api-key +YANDEX_GPT_API_KEY=your-alisa-key + # URL для доступа к админке Django (можно сменить для безопасности, чтобы боты не могли её найти) ADMIN_URL=admin/