From ab31d03464ae51096b2b9ca2c8b49f2214bca7dd Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Wed, 31 Dec 2025 04:41:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=BE=D0=B4=D0=B5=D0=BB=D1=8C=20=D0=98?= =?UTF-8?q?=D0=98=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=20Venice=20Uncensored.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai_agent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ai_agent.py b/ai_agent.py index 060b7be..b01a2d1 100644 --- a/ai_agent.py +++ b/ai_agent.py @@ -56,10 +56,10 @@ class AiAgent: try: # Get response from OpenRouter response = await self.client.chat.send_async( - model="meta-llama/llama-3.3-70b-instruct:free", + model="cognitivecomputations/dolphin-mistral-24b-venice-edition:free", messages=context.get_messages_for_api(), max_tokens=500, - temperature=0.7 + temperature=0.5 ) # Extract AI response