mapluisch / ChatGPT-without-login

Scripts in various languages to use ChatGPT without login, registration, or API access.
MIT License
28 stars 4 forks source link

Any ways to fix it? #2

Closed dewxo closed 3 weeks ago

dewxo commented 1 month ago

image

Command: python gpt.py -p "Tell me the architecture of chatgpt"

mapluisch commented 3 weeks ago

Hey dewxo,

Sorry for the super late reply, I've been pretty busy and just got around to fixing the scripts. Both scripts now make use of Playwright as browser lib and use Firefox as backend which fixes the bug you've encountered. Please pull the latest scripts and try again 😊

Hope this helps!