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

[BUG] Not progress after popup "This is a free research preview" #24

Closed jaewoo-so closed 1 year ago

jaewoo-so commented 1 year ago

Make sure to start your title with the prefix "[BUG]" followed by a title that describes the bug you're facing within a few words

Description

Not progress after popup "This is a free research preview". just hang forever.

Error Message or Traceback

image

If applicable, include the complete error message or traceback you received. This will help us in identifying the problem more quickly.

Paste the error message or traceback here.

Environment Information

Please provide details about your environment:

Expected Behavior

Describe what you expected to happen when encountering the issue.

Possible Solutions

If you have any ideas or suggestions for resolving the issue, please mention them here.

Additional Context

Provide any additional information or context that may be helpful in understanding and resolving the issue. This can include:

Checklist

Before submitting the issue, please ensure that you have done the following:

Thank you for taking the time to report this issue. Your contribution helps improve UnlimitedGPT for everyone!

benioriginal commented 1 year ago

same issue

theAbdoSabbagh commented 1 year ago

Thank you for reporting this issue. I'll be releasing a new version soon with a fix to this problem.

mukund1606 commented 1 year ago

Can I work on this issue and open PR?

theAbdoSabbagh commented 1 year ago

Fixed in the new version, update to 0.1.8 by running python3 -m pip install UnlimitedGPT -U or pip install UnlimitedGPT -U and try your code again then let me know if you still face this issue - you shouldn't face it anymore though.

theAbdoSabbagh commented 1 year ago

Can I work on this issue and open PR?

Always feel free to make a PR. However now this issue has been fixed in the new update.

mukund1606 commented 1 year ago

👍