Ask a question to get started
Enter to sendā¢Shift+Enter new line
Your Azure endpoint, including the resource.
Automatically inferred from env var AZURE_OPENAI_ENDPOINT if not provided.
AZURE_OPENAI_ENDPOINT
Example: https://example-resource.azure.openai.com/
https://example-resource.azure.openai.com/
azure_endpoint: str | None = Field( default_factory=(from_env('AZURE_OPENAI_ENDPOINT', default=None)) )