Ran cog, refs #244

This commit is contained in:
Simon Willison 2023-09-10 11:16:44 -07:00
parent ae7f4f6de7
commit 2fe12d5458

View file

@ -110,14 +110,15 @@ Usage: llm chat [OPTIONS]
Hold an ongoing chat with a model.
Options:
-s, --system TEXT System prompt to use
-m, --model TEXT Model to use
-c, --continue Continue the most recent conversation.
--cid, --conversation TEXT Continue the conversation with the given ID.
-t, --template TEXT Template to use
-p, --param <TEXT TEXT>... Parameters for template
--key TEXT API key to use
--help Show this message and exit.
-s, --system TEXT System prompt to use
-m, --model TEXT Model to use
-c, --continue Continue the most recent conversation.
--cid, --conversation TEXT Continue the conversation with the given ID.
-t, --template TEXT Template to use
-p, --param <TEXT TEXT>... Parameters for template
-o, --option <TEXT TEXT>... key/value options for the model
--key TEXT API key to use
--help Show this message and exit.
```
(help-keys)=