Support async client (#1980)
This commit is contained in:
@@ -73,4 +73,6 @@ class AzureConfig(BaseModel):
|
||||
azure_deployment: str = Field(description="The name of the Azure deployment.", default=None)
|
||||
azure_endpoint: str = Field(description="The endpoint URL for the Azure service.", default=None)
|
||||
api_version: str = Field(description="The version of the Azure API being used.", default=None)
|
||||
default_headers: Optional[Dict[str, str]] = Field(description="Headers to include in requests to the Azure API.", default=None)
|
||||
default_headers: Optional[Dict[str, str]] = Field(
|
||||
description="Headers to include in requests to the Azure API.", default=None
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user