diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-09-03 22:48:04 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-09-03 22:48:04 +0000 |
commit | 331d68471b3d67f5876e9dfd13cbff3af1aeed5c (patch) | |
tree | a853d85a7353f01ec0238619adfa26f894002c60 /README.md | |
parent | the plumbing for ghost is done.WIP (diff) | |
download | milla-331d68471b3d67f5876e9dfd13cbff3af1aeed5c.tar.gz milla-331d68471b3d67f5876e9dfd13cbff3af1aeed5c.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. | |