mak448a / AI-Drawing-Chatbot

An image generator Discord bot written in Python with no GPU requirement! It can be easily deployed to your favorite VPS for hosting.
MIT License
27 stars 5 forks source link

Can't download gpt4all #53

Closed guguxh closed 1 year ago

guguxh commented 1 year ago

Describe the bug Can't full download gpt4all

To Reproduce Just download it by putting GPT4ALL in config and starting main.py

Screenshots image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

mak448a commented 1 year ago

Cannot reproduce on Windows or Linux. Try going to C:\Users\YourUsername\.cache\gpt4all and deleting everything in that directory and then try again.

guguxh commented 1 year ago

Cannot reproduce on Windows or Linux. Try going to C:\Users\YourUsername\.cache\gpt4all and deleting everything in that directory and then try again.

Already done, this error continue

mak448a commented 1 year ago

Hmm.... Can you visit https://gpt4all.io on your web browser? It might be a problem with your network.

guguxh commented 1 year ago

Hmm.... Can you visit https://gpt4all.io on your web browser? It might be a problem with your network.

Yes, I can

mak448a commented 1 year ago

I don't know how to fix this, try visiting the official GPT4All repository https://github.com/nomic-ai/gpt4all and ask there

mak448a commented 1 year ago

@guguxh Try downloading https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin and sticking it in `C:\Users\YourUsername.cache\gpt4all

guguxh commented 1 year ago

@guguxh Try downloading https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.bin and sticking it in `C:\Users\YourUsername.cache\gpt4all

the issue is about the version of gpt4all, I recommend you to update the package version also

mak448a commented 1 year ago

Closing as I don't think this has to do with my code.