simonw / llm-gpt4all

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

Fix FileNotFoundError errors on first run of llm_gpt4all.py #27

Closed b421 closed 2 months ago

b421 commented 3 months ago

Fix issues in #23 and #24

vzografos commented 2 months ago

This fix works

slhck commented 2 months ago

@simonw Could you please merge this? Right now the plugin is broken without that change.

simonw commented 2 months ago

Thanks for this!