From ee748884d28f9492445375a353290d5038447e0b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 26 Jun 2023 07:49:12 -0700 Subject: [PATCH] Ran cog, showing help for llm models command --- docs/help.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/help.md b/docs/help.md index feacf7f..c82ee4a 100644 --- a/docs/help.md +++ b/docs/help.md @@ -60,6 +60,7 @@ Commands: install Install packages from PyPI into the same environment as LLM keys Manage stored API keys for different models logs Tools for exploring logged prompts and responses + models Manage available models plugins List installed plugins templates Manage stored prompt templates uninstall Uninstall Python packages from the LLM environment @@ -167,6 +168,27 @@ Options: -t, --truncate Truncate long strings in output --help Show this message and exit. ``` +### llm models --help +``` +Usage: llm models [OPTIONS] COMMAND [ARGS]... + + Manage available models + +Options: + --help Show this message and exit. + +Commands: + list List available models +``` +#### llm models list --help +``` +Usage: llm models list [OPTIONS] + + List available models + +Options: + --help Show this message and exit. +``` ### llm templates --help ``` Usage: llm templates [OPTIONS] COMMAND [ARGS]...