This commit is contained in:
2025-02-18 22:34:35 +01:00
parent 027cddd886
commit 469275540f

View File

@@ -103,7 +103,7 @@ async def get_completion(message: str) -> str:
"Authorization": f"Bearer {config.OPENAI_API_KEY}",
"content-type": "application/json"
},
data={
json={
"model": "google/gemini-2.0-flash-thinking-exp:free",
"messages": [
{