mirror of
https://github.com/kurbezz/discord-bot.git
synced 2026-03-03 17:00:46 +01:00
Fix
This commit is contained in:
@@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user