Configuring Siren AI plugin
LLM Provider Configuration
The plugin configuration allows you to define the LLM provider you want to use, as well as the models and parameters.
The provider can be defined like this:
siren-ai:
provider: '<provider>'
<provider>
can be azure
, openai
, ollama
or aws
. The configuration for these providers can then be declared as described in the following sections. Multiple provider configurations can be declared at the same time to make it easier to swap between them, but only one provider can be active at a time.
See Configuration reference for a full list of configuration options.