AzureOpenAISettings.Endpoint Property

Definition

Gets or sets a Uri referencing the Azure OpenAI endpoint. This is likely to be similar to "https://{account_name}.openai.azure.com".

public Uri? Endpoint { get; set; }
member this.Endpoint : Uri with get, set
Public Property Endpoint As Uri

Property Value

Uri

Remarks

Leave empty and provide a Key value to use a non-Azure OpenAI inference endpoint. Used along with Credential or Key to establish the connection.

Applies to