2 references to OpenAIApiKeyName
Aspire.Dashboard (2)
Model\Assistant\ChatClientFactory.cs (2)
205
if (_configuration[
OpenAIApiKeyName
] is { Length: > 0 } apiKeyValue)
211
throw new InvalidOperationException($"{
OpenAIApiKeyName
} is not set");