2 references to DefaultOpenAIEndpoint
Microsoft.Extensions.AI.OpenAI (2)
OpenAIChatClient.cs (2)
55
?.GetValue(openAIClient) as Uri ??
DefaultOpenAIEndpoint
;
73
?.GetValue(chatClient) as Uri ??
DefaultOpenAIEndpoint
;