Advanced Configuration
Model Provider
Find the Model Provider configuration in the Helm Chart Values
Display Helm Chart Values
This is an example of the model provider configuration in the Helm chart values.
Model Provider Configuration
Model provider supports the following configuration options. The model provider name is the folder name in the api/core/model_runtime/model_providers
directory.
pins
- If is not empty, it will pin the given model providers to the top of the list.
includes
- If is empty, it will display all the model providers.
- If is not empty, it will only display the given model providers.
excludes
- If is not empty, it will exclude the given model providers.
The following example will display the ollama
model provider at the top of the list, and only display the sagemaker
and ollama
.
For more information, please refer to the model providers