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 === "jimeng" ||
|
||||||
key === "seedream" ||
|
key === "seedream" ||
|
||||||
key === "azure" ||
|
key === "azure" ||
|
||||||
key === "codex-cli"
|
key === "codex-cli" ||
|
||||||
|
key === "agnes"
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
config.batch ??= {};
|
config.batch ??= {};
|
||||||
|
|||||||
Reference in New Issue
Block a user