2 references to _endpoint
Microsoft.Extensions.AI.AzureAIInference.Tests (2)
IntegrationTestHelpers.cs (2)
27
new ChatCompletionsClient(new Uri(
_endpoint
), new AzureKeyCredential(apiKey), CreateOptions()) :
33
new EmbeddingsClient(new Uri(
_endpoint
), new AzureKeyCredential(apiKey), CreateOptions()) :