From 885a472ce9811e9e2cc73c69e9bcdfe89e36e7dc Mon Sep 17 00:00:00 2001 From: SeWook Oh Date: Thu, 11 Apr 2024 18:51:05 +0100 Subject: [PATCH] llm: update page (#12624) --- pages/common/llm.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/common/llm.md b/pages/common/llm.md index bbd0413cad..8c2cd72d43 100644 --- a/pages/common/llm.md +++ b/pages/common/llm.md @@ -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}}`