Модель заменена на Llama 3.3 70B.
This commit is contained in:
parent
7c42fbc7d6
commit
aad3a73ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class AiAgent:
|
||||||
try:
|
try:
|
||||||
# Get response from OpenRouter
|
# Get response from OpenRouter
|
||||||
response = await self.client.chat.send_async(
|
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(),
|
messages=context.get_messages_for_api(),
|
||||||
max_tokens=500,
|
max_tokens=500,
|
||||||
temperature=0.5
|
temperature=0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue