Components
LlmConfig
Example Usage
Fields
Field | Type | Required | Description | Example |
---|---|---|---|---|
provider | components.Provider | FALSE | Provider of the LLM model. | azure_openai |
model | string | FALSE | Name of the model. Must match the deployment name in Azure AI Studio. | gpt-4o |
version | string | FALSE | Optional model version. | 2024-05-13 |
apiVersion | string | FALSE | Version of the API. (Currently only used for Azure OpenAI.) | 2024-06-01 |