From e84929e8e99a9333536103962c75351a9cf1c6a1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 31 Aug 2023 20:30:46 -0700 Subject: [PATCH] Suggest orca-mini-7b because ggml-vicuna-7b-1 is no longer available, closes #195 --- docs/other-models.md | 2 +- docs/plugins/installing-plugins.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/other-models.md b/docs/other-models.md index 1ed1e387..fe0a505a 100644 --- a/docs/other-models.md +++ b/docs/other-models.md @@ -16,7 +16,7 @@ Run `llm models` to see the expanded list of available models. To run a prompt through one of the models from GPT4All specify it using `-m/--model`: ```bash -llm -m ggml-vicuna-7b-1 'What is the capital of France?' +llm -m orca-mini-7b 'What is the capital of France?' ``` The model will be downloaded and cached the first time you use it. diff --git a/docs/plugins/installing-plugins.md b/docs/plugins/installing-plugins.md index 73c08859..ca595d58 100644 --- a/docs/plugins/installing-plugins.md +++ b/docs/plugins/installing-plugins.md @@ -25,7 +25,7 @@ llm models --options ``` To run a prompt against a newly installed model, pass its name as the `-m/--model` option: ```bash -llm -m ggml-vicuna-7b-1 'What is the capital of France?' +llm -m orca-mini-7b 'What is the capital of France?' ``` ## Listing installed plugins