From 1aa7ff02f4c936293afcedb689d12c8a113b50d0 Mon Sep 17 00:00:00 2001 From: GinHa <15201596918@163.com> Date: Fri, 17 Jul 2026 15:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DLLM=20=E7=88=86=E6=AC=BE/?= =?UTF-8?q?=E6=8B=86=E9=95=9C=E9=87=8D=E5=A4=8D=E8=B5=84=E6=BA=90BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video-gen-api/app/services/hot_opening_video_prompt_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video-gen-api/app/services/hot_opening_video_prompt_service.py b/video-gen-api/app/services/hot_opening_video_prompt_service.py index b1c6d899..be7d20c9 100644 --- a/video-gen-api/app/services/hot_opening_video_prompt_service.py +++ b/video-gen-api/app/services/hot_opening_video_prompt_service.py @@ -709,7 +709,7 @@ def build_user_text( "支持分辨率": _safe_list(video_config.get("supported_resolutions")), "推荐分辨率": get_recommended_resolution(video_ratio, resolution), }, - "参考素材": references, + # "参考素材": references, "输出要求": { "生成类型": infer_generation_type(references), "动态时间规划时间段必须严格等于": _time_plan_time_ranges_for_ai(build_time_plan(duration, schema_config_snapshot)),