Configuration for OpenAI provider.
| Name | Type | Description | Notes |
|---|---|---|---|
| auth | OpenAiProviderAuth | ||
| type | str | Provider type. | defaults to "OPENAI" |
| base_url | str | Custom base URL for OpenAI API. | [optional] if omitted the server will use the default value of "https://api.openai.com/v1" |
| organization | str, none_type | OpenAI organization ID. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |