Ran cog, showing help for llm models command

This commit is contained in:
Simon Willison 2023-06-26 07:49:12 -07:00
parent 274126d9f8
commit ee748884d2

View file

@ -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]...