feat: success console app => api => gemini
This commit is contained in:
@@ -19,7 +19,7 @@ sealed class ListConfigCommand(
|
||||
|
||||
var appSettings = await _settingsManager.GetAppSettingsAsync();
|
||||
|
||||
foreach (var provider in appSettings.Providers)
|
||||
foreach (var provider in appSettings.GetProviders())
|
||||
{
|
||||
var providerName = provider.Provider;
|
||||
var providerKey = provider.Key;
|
||||
|
||||
Reference in New Issue
Block a user