mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-21 12:01:52 +00:00
Ran cog, showing help for llm models command
This commit is contained in:
parent
274126d9f8
commit
ee748884d2
1 changed files with 22 additions and 0 deletions
22
docs/help.md
22
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]...
|
||||
|
|
|
|||
Loading…
Reference in a new issue