summaryrefslogtreecommitdiff
path: root/examples/server/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/server/README.md')
-rw-r--r--examples/server/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/server/README.md b/examples/server/README.md
index d8e7c313..46d8f85a 100644
--- a/examples/server/README.md
+++ b/examples/server/README.md
@@ -137,6 +137,10 @@ node index.js
`temperature`: Adjust the randomness of the generated text (default: 0.8).
+ `dynatemp_range`: Dynamic temperature range (default: 0.0, 0.0 = disabled).
+
+ `dynatemp_exponent`: Dynamic temperature exponent (default: 1.0).
+
`top_k`: Limit the next token selection to the K most probable tokens (default: 40).
`top_p`: Limit the next token selection to a subset of tokens with a cumulative probability above a threshold P (default: 0.95).