From d2ee1c86b820000c714658330eacb9a99e75c4eb Mon Sep 17 00:00:00 2001 From: cjy Date: Sat, 28 Feb 2026 09:19:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E7=94=9F=E6=88=90?= =?UTF-8?q?=E7=AB=9E=E5=93=81=E6=8A=A5=E5=91=8A=E5=9B=BE=E7=89=87=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/ai/video_vl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/ai/video_vl.go b/pkg/service/ai/video_vl.go index b159719b..3150b8ec 100644 --- a/pkg/service/ai/video_vl.go +++ b/pkg/service/ai/video_vl.go @@ -208,7 +208,7 @@ func AICompetitorReport(ctx *gin.Context) { imageChan = make(chan imageResult, 1) go func() { // 先请求聊天获取图片提示词 - imagePromptText := fmt.Sprintf("基于以下视频和图片的内容描述:\n%s\n\n请根据以下要求生成竞品报告图片的提示词:\n%s", vlContent, req.ImagePrompt) + imagePromptText := fmt.Sprintf("基于以下视频和图片的内容描述:\n%s\n\n请根据以下要求生成竞品报告图片的提示词:\n%s\n\n重要提示:生成的图片内容中不要包含任何文字,仅仅是根据内容生成一张配图即可", vlContent, req.ImagePrompt) chatReq, err := buildChatRequest(imagePromptText, nil) if err != nil {