From 30cad14c43c76b969492c4d168c1a5426f5df41a Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Mon, 2 Mar 2026 00:53:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81.=20=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D1=80=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=BA=D1=81?= =?UTF-8?q?=D1=82=D0=B0=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D1=85=20=D1=87=D0=B0=D1=82=D0=BE=D0=B2=20=D0=B8=D0=B7=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B5=D0=BD=20=D0=BD=D0=B0=2040.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_agent.py b/ai_agent.py index 6bb4b5f..5e3d6dd 100644 --- a/ai_agent.py +++ b/ai_agent.py @@ -24,7 +24,7 @@ from database import BasicDatabase OPENROUTER_X_TITLE = "TG/VK Chat Bot" OPENROUTER_HTTP_REFERER = "https://ultracoder.org" -GROUP_CHAT_MAX_MESSAGES = 20 +GROUP_CHAT_MAX_MESSAGES = 40 PRIVATE_CHAT_MAX_MESSAGES = 40 MAX_OUTPUT_TOKENS = 500