From 75c1e84e087428f4b11330c79983a8757591e728 Mon Sep 17 00:00:00 2001 From: Eugen Eisler Date: Sun, 15 Sep 2024 20:42:25 +0200 Subject: [PATCH] feat: use -r, --raw: Use defaults of model (don't send temperature etc.) and use the user role instead of the system role. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbb80a4..b39efcb 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Application Options: -T, --topp= Set top P (default: 0.9) -s, --stream Stream -P, --presencepenalty= Set presence penalty (default: 0.0) - -u, --user-instead-of-system Use the user role instead of the system role for the pattern + -r, --raw Use the defaults of the model without sending chat options (like temperature etc.) and use the user role instead of the system role for patterns -F, --frequencypenalty= Set frequency penalty (default: 0.0) -l, --listpatterns List all patterns -L, --listmodels List all available models