theAbdoSabbagh / UnlimitedGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
https://pypi.org/project/UnlimitedGPT/
GNU General Public License v3.0
346 stars 43 forks source link

Can't send any message #4

Closed flolep2607 closed 1 year ago

flolep2607 commented 1 year ago

I think they just changed their design, so you don't have the good selector now

theAbdoSabbagh commented 1 year ago

Can you show me your code and traceback? I'll check now too

theAbdoSabbagh commented 1 year ago

Version 0.1.3 is out. Update the library by running the following command:

pip install UnlimitedGPT -U

This updated adds a new function and fixes the outdated selectors. Please update the library on your machine and let me know if the issue is fixed.

flinkfactory commented 1 year ago

Came here to look for a solution and just tried the new version. That fixed it for me, thanks a lot @Sxvxgee !

theAbdoSabbagh commented 1 year ago

Came here to look for a solution and just tried the new version. That fixed it for me, thanks a lot @Sxvxgee !

Glad to hear that! Please consider starring the project if you like it and haven't already, it'd mean the world :)

theAbdoSabbagh commented 1 year ago

Closing the issue as the bug has been fixed.