mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Update ai model
This commit is contained in:
@@ -126,7 +126,7 @@ async def get_completion(messages: list[dict]) -> str:
|
|||||||
"content-type": "application/json"
|
"content-type": "application/json"
|
||||||
},
|
},
|
||||||
json={
|
json={
|
||||||
"model": "google/gemini-2.0-flash-thinking-exp:free",
|
"model": "deepseek/deepseek-chat-v3-0324:free",
|
||||||
"messages": data_messages
|
"messages": data_messages
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user