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

Reduce loading time #22

Closed PushkarOP closed 1 year ago

PushkarOP commented 1 year ago

It takes 4-5 minutes to load the code on linux. If possible make it fast otherwise no problem

mpetruc commented 1 year ago

3'14" on windows. Not a complaint, just an observation. Suggestion: would be useful to have a progress bar to give an indication that it's actually doing something and may be how long it's gonna take. Otherwise, thank you for your work and for sharing

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.