simonw / llm-gpt4all

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

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

Closed b421 closed 7 months ago

b421 commented 7 months ago

Fix issues in #23 and #24

vzografos commented 7 months ago

This fix works

slhck commented 7 months ago

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

simonw commented 7 months ago

Thanks for this!