mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-09 20:51:22 +00:00
fix(baoyu-image-gen): add agnes to provider_limits YAML whitelist
This commit is contained in:
@@ -479,7 +479,8 @@ export function parseSimpleYaml(yaml: string): Partial<ExtendConfig> {
|
||||
key === "jimeng" ||
|
||||
key === "seedream" ||
|
||||
key === "azure" ||
|
||||
key === "codex-cli"
|
||||
key === "codex-cli" ||
|
||||
key === "agnes"
|
||||
)
|
||||
) {
|
||||
config.batch ??= {};
|
||||
|
||||
Reference in New Issue
Block a user