Skip to content

Commit

Permalink
Ran cog, refs #185
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 28, 2023
1 parent afa9323 commit 95b615d
Showing 1 changed file with 43 additions and 11 deletions.
54 changes: 43 additions & 11 deletions docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,18 @@ Options:
--help Show this message and exit.
Commands:
prompt* Execute a prompt
aliases Manage model aliases
embed Embed text and store or return the result
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
openai Commands for working directly with the OpenAI API
plugins List installed plugins
templates Manage stored prompt templates
uninstall Uninstall Python packages from the LLM environment
prompt* Execute a prompt
aliases Manage model aliases
embed Embed text and store or return the result
embed-models Manage available embedding models
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
openai Commands for working directly with the OpenAI API
plugins List installed plugins
templates Manage stored prompt templates
uninstall Uninstall Python packages from the LLM environment
```
### llm prompt --help
```
Expand Down Expand Up @@ -397,6 +398,37 @@ Options:
Output format
--help Show this message and exit.
```
### llm embed-models --help
```
Usage: llm embed-models [OPTIONS] COMMAND [ARGS]...
Manage available embedding models
Options:
--help Show this message and exit.
Commands:
list* List available embedding models
default Show or set the default embedding model
```
#### llm embed-models list --help
```
Usage: llm embed-models list [OPTIONS]
List available embedding models
Options:
--help Show this message and exit.
```
#### llm embed-models default --help
```
Usage: llm embed-models default [OPTIONS] [MODEL]
Show or set the default embedding model
Options:
--help Show this message and exit.
```
### llm openai --help
```
Usage: llm openai [OPTIONS] COMMAND [ARGS]...
Expand Down

0 comments on commit 95b615d

Please sign in to comment.