From aad3a73ea045ee5bbb90bfc8f6563c4daa84cd80 Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Fri, 16 Jan 2026 18:46:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=BE=D0=B4=D0=B5=D0=BB=D1=8C=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B0=20=D0=BD=D0=B0=20Lla?= =?UTF-8?q?ma=203.3=2070B.?= 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 b7abfdc..19f9563 100644 --- a/ai_agent.py +++ b/ai_agent.py @@ -60,7 +60,7 @@ class AiAgent: try: # Get response from OpenRouter response = await self.client.chat.send_async( - model="cognitivecomputations/dolphin-mistral-24b-venice-edition:free", + model="meta-llama/llama-3.3-70b-instruct:free", messages=context.get_messages_for_api(), max_tokens=500, temperature=0.5