2 references to _defaultOpenAIEndpoint
Microsoft.Extensions.AI.OpenAI (2)
OpenAIChatClient.cs (2)
52
?.GetValue(openAIClient) as Uri ??
_defaultOpenAIEndpoint
;
70
?.GetValue(chatClient) as Uri ??
_defaultOpenAIEndpoint
;