orca-mini-7b in index.md

Refs #195
This commit is contained in:
Simon Willison 2023-09-02 11:47:06 -07:00 committed by GitHub
parent 1cd4596379
commit 8bdaca1f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,8 +44,8 @@ Or you can {ref}`install a plugin <installing-plugins>` 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