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