diff options
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. | |