Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 856 Bytes

File metadata and controls

16 lines (11 loc) · 856 Bytes

OpenAIProviderConfig

Configuration for OpenAI provider.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]