From 83da1421460517ef9342a21f0c0ac97dea468133 Mon Sep 17 00:00:00 2001 From: Anirban Basu Date: Sat, 27 Jul 2024 22:12:11 +0900 Subject: [PATCH] chore: Updated documentation about model parameters. --- docs/src/guide/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/config.md b/docs/src/guide/config.md index 3f3de22..875c1e0 100644 --- a/docs/src/guide/config.md +++ b/docs/src/guide/config.md @@ -20,7 +20,7 @@ Notice that host and port variables listed below are not the same as the corresp - `LLM__REPEAT_PENALTY`: The repeat penalty parameter for the LLM to be used. Default value: `1.1`. Parsed as non-string type: `float`. - `LLM__SEED`: The seed parameter for the LLM to be used. Default value: `1`. Parsed as non-string type: `int`. -For details about these parameter settings, see the documentation of your chosen LLM provider, such as, the [Ollama documentation for the valid parameters and their values for model files](https://github.com/ollama/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values). +For details about these parameter settings, see the documentation of your chosen LLM provider, such as, the [Ollama documentation for the valid parameters and their values for model files](https://github.com/ollama/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values). Note that for language model providers other than Ollama, all model parameter settings apart from `LLM__TEMPERATURE` are ignored. ## Language model specific settings