~teddy/ollama-cli

ecfb879411c823ed1855e0bd4f36a8dd745fd180 — Daniel Lewan 1 year, 17 days ago f1632b9 master
docs: fmt
1 files changed, 9 insertions(+), 9 deletions(-)

M README.md
M README.md => README.md +9 -9
@@ 62,18 62,18 @@ syntax.

Prompt template values:

* Args: CLI args except flags, joined with spaces.
* Stdin
* File
* FromFlags: Additional prompt that would be inserted, based on flags (see `-J` flag).
* System: System prompt flag content.
* `Args`: CLI args except flags, joined with spaces.
* `Stdin`
* `File`
* `FromFlags`: Additional prompt that would be inserted, based on flags (see `-J` flag).
* `System`: System prompt flag content.

Output template values:

* Prompt: struct with same fields as prompt template input.
* RenderededPrompt: final prompt used for this generation.
* Output: output produced by LLM.
* Append, Prefix: booleans, flags `-a` and `-p` respectively.
* `Prompt`: struct with same fields as prompt template input.
* `RenderededPrompt`: final prompt used for this generation.
* `Output`: output produced by LLM.
* `Append`, `Prefix`: booleans, flags `-a` and `-p` respectively.

Additional functions: