Модель ИИ изменена на Venice Uncensored.
This commit is contained in:
parent
ff835cf82e
commit
ab31d03464
1 changed files with 2 additions and 2 deletions
|
|
@ -56,10 +56,10 @@ 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="meta-llama/llama-3.3-70b-instruct:free",
|
model="cognitivecomputations/dolphin-mistral-24b-venice-edition:free",
|
||||||
messages=context.get_messages_for_api(),
|
messages=context.get_messages_for_api(),
|
||||||
max_tokens=500,
|
max_tokens=500,
|
||||||
temperature=0.7
|
temperature=0.5
|
||||||
)
|
)
|
||||||
|
|
||||||
# Extract AI response
|
# Extract AI response
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue