Models
OpenAILike
Example
OpenAI Params
Parameter | Type | Default | Description |
---|---|---|---|
id | str | - | The name of the model to be used for generating responses. |
api_key | str | - | The API key for authenticating requests to the service. |
base_url | str | - | The base URL for making API requests to the service. |
For more information, please refer to the OpenAI docs as well.
OpenAILike
is a subclass of the OpenAI class and has access to the same params.
Was this page helpful?