final class atoti_ai_openai.ConnectionConfig
Configuration for connecting to OpenAI.Example
See also:
The other
ConnectionConfig implementations.api_key : str | None = None
OpenAI API key for authentication.base_url : str | None = None
Base URL for the OpenAI API. Useful for OpenAI-compatible providers. The path to the API (such as/v1) must be included.