From 435bd17bca3325beb3302d12597500e3b5993f1b Mon Sep 17 00:00:00 2001 From: zhishi <1951671751@qq.com> Date: Mon, 13 Apr 2026 19:55:50 +0800 Subject: [PATCH] no message --- data/vendor/toonflow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/vendor/toonflow.ts b/data/vendor/toonflow.ts index a002957..3c5e1f7 100644 --- a/data/vendor/toonflow.ts +++ b/data/vendor/toonflow.ts @@ -327,7 +327,7 @@ const videoRequest = async (config: VideoConfig, model: VideoModel): Promise r.type === "image").map((r) => r.base64); const videoRefs = (config.referenceList ?? []).filter((r) => r.type === "video").map((r) => r.base64); const audioRefs = (config.referenceList ?? []).filter((r) => r.type === "audio").map((r) => r.base64);