Skip to content

Commit

Permalink
Update chatgpt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xtsea authored Aug 31, 2024
1 parent 8f169b0 commit 8cb60b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RyuzakiLib/hackertools/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async def chat_hacked(
if is_working_dev:
url = f"{base_api_dev}/ryuzaki/chatgpt-old"
else:
url "https://randydev-ryuzaki-api.hf.space/ryuzaki/chatgpt-old"
url = "https://randydev-ryuzaki-api.hf.space/ryuzaki/chatgpt-old"
params = {"query": args}
check_response = await AsyicXSearcher.search(
url,
Expand Down

0 comments on commit 8cb60b8

Please sign in to comment.