Update ai model

This commit is contained in:
2025-04-18 20:40:33 +02:00
parent 30eb1eaf02
commit 1eba79cc5a

View File

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