fix(baoyu-image-gen): add agnes to provider_limits YAML whitelist

This commit is contained in:
Davidlaizz
2026-06-06 05:18:27 +08:00
parent 7ea2692acd
commit 3f1120e903
+2 -1
View File
@@ -479,7 +479,8 @@ export function parseSimpleYaml(yaml: string): Partial<ExtendConfig> {
key === "jimeng" || key === "jimeng" ||
key === "seedream" || key === "seedream" ||
key === "azure" || key === "azure" ||
key === "codex-cli" key === "codex-cli" ||
key === "agnes"
) )
) { ) {
config.batch ??= {}; config.batch ??= {};