OpenAI configuration

The organization ID and API key are required to connect to OpenAI LLMs. The organization ID can be found in your organization settings, and the API key can be found in the API key page.

The model defaults to gpt-3.5-turbo, but can be changed to any of the available models listed here.

siren-ai:
  provider: 'openai'
  providerConfig:
    openai:
      connection:
        orgId: 'org-id'
        apiKey: 'api-key'
      parameters:
        model: 'gpt-3.5-turbo' # Optional. Defualts to 'gpt-3.5-turbo'