Skip to content

Commit

Permalink
chore: Updated documentation about model parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
anirbanbasu committed Jul 27, 2024
1 parent 6352a0e commit 83da142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 83da142

Please sign in to comment.