Skip to content

Commit

Permalink
Update chatgpt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg authored Feb 13, 2024
1 parent b3379f6 commit 61c8b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ async def geminiUlt(message):
if udB.get_key("GOOGLEAPI") and udB.get_key("MONGO_URI"):
api_key = Keys.GOOGLEAPI
mongo_url = Keys.MONGO_URI
gb = GeminiUltroid(api_key=api_key, mongo_url=mongo_url, user_id=user_id)
gb = GeminiUltroid(api_key=api_key, mongo_url=mongo_url, user_id=user_id)
banswer, _ = await gb._GeminiUltroid__get_resp_gu(query="Hello, Ultroid")
except Exception as e:
LOGS.exception(f"Error occurred: {e}")
Expand Down

0 comments on commit 61c8b54

Please sign in to comment.