OpenAI
Use this when Provider is set to openai.
Configure in app
1. Open Settings > AI Model.
2. Set Provider to openai.
3. Set:
- openaiApiKey (required)
- openaiBaseUrl (optional, default: https://api.openai.com/v1)
4. Choose generation/evaluation models.
API key and account
- Create or manage API keys in the OpenAI platform:
- OpenAI docs:
Notes
- Keep keys in secure local storage or environment-managed secrets.
- If using a proxy/gateway, set
openaiBaseUrlto that endpoint.