mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-24 15:04:46 +00:00
Ran cog, refs #244
This commit is contained in:
parent
ae7f4f6de7
commit
2fe12d5458
1 changed files with 9 additions and 8 deletions
17
docs/help.md
17
docs/help.md
|
|
@ -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)=
|
||||
|
|
|
|||
Loading…
Reference in a new issue