From 8c95f8a22153b342d0611881780e6598ebd7cafd Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Sun, 8 Feb 2026 23:19:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B2=202e7f2d.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai_agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ai_agent.py b/ai_agent.py index c80fc77..a16b59e 100644 --- a/ai_agent.py +++ b/ai_agent.py @@ -85,8 +85,7 @@ class AiAgent: response = await self.client.chat.send_async( model=self.model, messages=context, - max_tokens=500, - temperature=self.model_temp + max_tokens=500 ) # Extract AI response