Improvements to documentation (#606)

This commit is contained in:
Richard Guo
2023-05-16 15:29:27 -04:00
committed by GitHub
parent bc481f2ab7
commit e659ef5b2a
4 changed files with 8 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ pip install gpt4all
In Python, run the following commands to retrieve a GPT4All model and generate a response
to a prompt.
**Download Note*:**
**Download Note:**
By default, models are stored in `~/.cache/gpt4all/` (you can change this with `model_path`). If the file already exists, model download will be skipped.
```python