aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-09-03 22:48:04 +0000
committerterminaldweller <devi@terminaldweller.com>2025-09-03 22:48:04 +0000
commit331d68471b3d67f5876e9dfd13cbff3af1aeed5c (patch)
treea853d85a7353f01ec0238619adfa26f894002c60 /README.md
parentthe plumbing for ghost is done.WIP (diff)
downloadmilla-331d68471b3d67f5876e9dfd13cbff3af1aeed5c.tar.gz
milla-331d68471b3d67f5876e9dfd13cbff3af1aeed5c.zip
some more ghost things which are WIP. added the think parameter for ollama. fixes #40HEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2294219..1b668a8 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,7 @@ An example is provided under `config-example.toml`. Please note that all the con
| ollamaSeed | [ollama docs](https://github.com/ollama/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values) |
| ollamaNumPredict | [ollama docs](https://github.com/ollama/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values) |
| ollamaMinp | [ollama docs](https://github.com/ollama/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values) |
+| ollamaThink | Sets the ollama think parameter for a thinking model. |
| ircBackOffInitialInterval | Initial backoff value for reconnects to IRC. The value is in milliseconds. |
| ircBackOffRandomizationFactor | The randomization factor for the exponential backoff. |
| ircBackOffMultiplier | The multiplier for subsequent backoffs. |