fix(auth): add required models:[] array to provider config
This commit is contained in:
@@ -242,6 +242,7 @@ export function setOpenClawDefaultModel(provider: string): void {
|
||||
baseUrl: providerCfg.baseUrl,
|
||||
api: providerCfg.api,
|
||||
apiKey: providerCfg.apiKeyEnv,
|
||||
models: [],
|
||||
};
|
||||
console.log(`Configured models.providers.${provider} with baseUrl=${providerCfg.baseUrl}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user