mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
llm: update page (#12624)
This commit is contained in:
parent
9cab0da800
commit
885a472ce9
1 changed files with 6 additions and 2 deletions
|
@ -23,6 +23,10 @@
|
|||
|
||||
`llm --model {{orca-mini-3b-gguf2-q4_0}} "{{What is the capital of France?}}"`
|
||||
|
||||
- Have an interactive chat with a specific [m]odel:
|
||||
- Create a [s]ystem prompt and [s]ave it with a template name:
|
||||
|
||||
`llm chat --model {{chatgpt}}`
|
||||
`llm --system '{{You are a sentient cheesecake}}' --save {{sentient_cheesecake}}`
|
||||
|
||||
- Have an interactive chat with a specific [m]odel using a specific [t]emplate:
|
||||
|
||||
`llm chat --model {{chatgpt}} --template {{sentient_cheesecake}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue