mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +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"
|
||||
},
|
||||
json={
|
||||
"model": "google/gemini-2.0-flash-thinking-exp:free",
|
||||
"model": "deepseek/deepseek-chat-v3-0324:free",
|
||||
"messages": data_messages
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user