From 8bdaca1f3192863e049ae95924f3b1e6def4ec83 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 2 Sep 2023 11:47:06 -0700 Subject: [PATCH] orca-mini-7b in index.md Refs #195 --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4b6d201..aaa2252 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,8 +44,8 @@ Or you can {ref}`install a plugin ` and use models that can # Install the plugin llm install llm-gpt4all -# Download and run a prompt against the Vicuna model -llm -m ggml-vicuna-7b-1 'What is the capital of France?' +# Download and run a prompt against the Orca Mini 7B model +llm -m orca-mini-7b 'What is the capital of France?' ``` ## Contents