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