Модель заменена на Llama 3.3 70B.

This commit is contained in:
Kirill Kirilenko 2026-01-16 18:46:45 +03:00
parent 7c42fbc7d6
commit aad3a73ea0

View file

@ -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