mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +00:00
docs: replace default model & link to wiki in CLI readme (#2719)
Signed-off-by: cosmic-snow <134004613+cosmic-snow@users.noreply.github.com>
This commit is contained in:
parent
51bd01ae05
commit
828d83094b
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
GPT4All on the command-line.
|
GPT4All on the command-line.
|
||||||
|
|
||||||
## Documentation
|
More details on the [wiki](https://github.com/nomic-ai/gpt4all/wiki/Python-CLI).
|
||||||
<https://docs.gpt4all.io/gpt4all_cli.html>
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
@ -34,11 +33,11 @@ python -m pip install --user --upgrade gpt4all typer
|
|||||||
# run the CLI
|
# run the CLI
|
||||||
python app.py repl
|
python app.py repl
|
||||||
```
|
```
|
||||||
By default, it will automatically download the `groovy` model to `.cache/gpt4all/` in your user
|
By default, it will automatically download the `Mistral Instruct` model to `.cache/gpt4all/` in your
|
||||||
directory, if necessary.
|
user directory, if necessary.
|
||||||
|
|
||||||
If you have already saved a model beforehand, specify its path with the `-m`/`--model` argument,
|
If you have already saved a model beforehand, specify its path with the `-m`/`--model` argument,
|
||||||
for example:
|
for example:
|
||||||
```shell
|
```shell
|
||||||
python app.py repl --model /home/user/my-gpt4all-models/gpt4all-13b-snoozy-q4_0.gguf
|
python app.py repl --model /home/user/my-gpt4all-models/mistral-7b-instruct-v0.1.Q4_0.gguf
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user