simonw / llm-gpt4all

Plugin for LLM adding support for the GPT4All collection of models
Apache License 2.0
194 stars 19 forks source link

How to uninstall models? #7

Closed dv0zn3r closed 11 months ago

dv0zn3r commented 11 months ago

While downloading a model (orca-mini-7b), internet connection dropped and downloading was interrupted. Nevertheless, the plugin considers the model to be installed, but cannot interact with it. When submitting a prompt nothing happens. I could not locate where the plugin stores models. Uninstallation of the plugin itself did not help.

dv0zn3r commented 11 months ago

According to the documentation the models are cached. Therefore, they could be found at /Users/<username>/.cache/gpt4all. To uninstall models delete the corresponding .bin files.