simonw / llm-gpt4all

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

update docs with model location #21

Closed slhck closed 8 months ago

simonw commented 8 months ago

I was worried that this might not be the same on all operating systems, but it looks like it is: https://github.com/nomic-ai/gpt4all/blob/27912f6e1a21daf68cf05b41841c2c06b8140571/gpt4all-bindings/python/gpt4all/gpt4all.py#L21

DEFAULT_MODEL_DIRECTORY = os.path.join(str(Path.home()), ".cache", "gpt4all").replace("\\", "\\\\")
simonw commented 8 months ago

Thanks for this!

slhck commented 8 months ago

Yes, I had looked up the source code to infer the location – sorry for not making that explicit. Thanks for merging!