From d2fa15ff5ae47af5f94206317546f63674b55b9a Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Tue, 26 Nov 2024 10:24:17 +0100 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ec2be09..c07554f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Start an interactive chat session: `llm chat --model venice/llama-3.1-405b` +Update the list of available models from the Venice API: + +`llm venice refresh` + Read the `llm` [docs](https://llm.datasette.io/en/stable/usage.html) for more usage options.