Ran cog, refs #190

This commit is contained in:
Simon Willison 2023-08-31 23:13:20 -07:00
parent 2463b28bf0
commit c25e7c4713

View file

@ -64,6 +64,7 @@ Commands:
models Manage available models
openai Commands for working directly with the OpenAI API
plugins List installed plugins
similar Return top N similar IDs from a collection
templates Manage stored prompt templates
uninstall Uninstall Python packages from the LLM environment
```
@ -399,6 +400,19 @@ Options:
Output format
--help Show this message and exit.
```
### llm similar --help
```
Usage: llm similar [OPTIONS] COLLECTION [ID]
Return top N similar IDs from a collection
Options:
-i, --input FILE Content to embed for comparison
-c, --content FILE
-n, --number INTEGER Number of results to return
-d, --database FILE
--help Show this message and exit.
```
### llm embed-models --help
```
Usage: llm embed-models [OPTIONS] COMMAND [ARGS]...