This commit is contained in:
2025-02-18 22:17:47 +01:00
parent 5679405c7e
commit ae5efdae73

View File

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