mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -103,7 +103,7 @@ async def get_completion(message: str) -> str:
|
|||||||
"Authorization": f"Bearer {config.OPENAI_API_KEY}",
|
"Authorization": f"Bearer {config.OPENAI_API_KEY}",
|
||||||
"content-type": "application/json"
|
"content-type": "application/json"
|
||||||
},
|
},
|
||||||
data={
|
json={
|
||||||
"model": "google/gemini-2.0-flash-thinking-exp:free",
|
"model": "google/gemini-2.0-flash-thinking-exp:free",
|
||||||
"messages": [
|
"messages": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user