From dc2e571b4de00bc6ff77fe8952f5910491902cb6 Mon Sep 17 00:00:00 2001 From: Connor <963408438@qq.com> Date: Wed, 14 Jan 2026 10:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E7=81=AB=E5=B1=B1?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=8F=82=E8=80=83=E5=9B=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/video/chatfire_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/video/chatfire_client.go b/pkg/video/chatfire_client.go index 38ae403..d0e17a6 100644 --- a/pkg/video/chatfire_client.go +++ b/pkg/video/chatfire_client.go @@ -155,7 +155,7 @@ func (c *ChatfireClient) GenerateVideo(imageURL, prompt string, opts ...VideoOpt Type string `json:"type"` Text string `json:"text,omitempty"` URL string `json:"url,omitempty"` - }{Type: "image", URL: imageURL}) + }{Type: "image_url", URL: imageURL}) } jsonData, err = json.Marshal(reqBody)