Skip to main content

Config

JSON Example

{
"provider": "mistral",
"api_key": "your_api_key",
"agent_id": "your_agent_id"
}

Elements of Config

provider

  • Type: mistral | openai.
  • Description: The provider for the AI.

Example:

"provider": "mistral"

api_key

  • Type: String.
  • Description: The Api key you are using.
  • Default: Sidely API key

Example:

"api_key": "your_api_key"

agent_id

  • Type: String.
  • Description: The mistral agent you are using. Only work with mistral provider.
  • Default: Sidely default agent

Example:

"agent_id": "your_agent_id"