fix: allow default model outside allowlist
This commit is contained in:
@@ -337,6 +337,7 @@ export async function agentCommand(
|
||||
cfg,
|
||||
catalog: modelCatalog,
|
||||
defaultProvider,
|
||||
defaultModel,
|
||||
});
|
||||
allowedModelKeys = allowed.allowedKeys;
|
||||
allowedModelCatalog = allowed.allowedCatalog;
|
||||
|
||||
Reference in New Issue
Block a user