From bb987894b24b543c0f1ac933fb99d66cb60cd793 Mon Sep 17 00:00:00 2001 From: kneon223557 Date: Mon, 3 Aug 2026 22:03:38 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20dokogen/api=5Fsettings.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dokogen/api_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dokogen/api_settings.py b/dokogen/api_settings.py index cb5eac0..33ed2d7 100644 --- a/dokogen/api_settings.py +++ b/dokogen/api_settings.py @@ -14,8 +14,8 @@ import sys import json DEFAULT_SETTINGS = { - 'dadata_token': '', - 'ai_api_key': '', + 'dadata_token': '431aa11706bf83f571cef0319259289aa750bcb1', + 'ai_api_key': 'sk-3c7e6673f245412697d0e14b6096435f', 'ai_model': 'deepseek-chat', 'ai_base_url': 'https://api.deepseek.com', }