From 641a021f7acb5e926361fe01be33ca530cf961b0 Mon Sep 17 00:00:00 2001 From: chiyi Date: Sat, 4 Jul 2026 12:53:48 +0800 Subject: [PATCH] =?UTF-8?q?grok=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/internal/http/handler/user_generation.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/internal/http/handler/user_generation.go b/backend/internal/http/handler/user_generation.go index 8bf12ec..320de66 100644 --- a/backend/internal/http/handler/user_generation.go +++ b/backend/internal/http/handler/user_generation.go @@ -446,7 +446,7 @@ func (h *UserGenerationHandler) catalogEntries(c *gin.Context) ([]gin.H, error) "provider": "runway", "type": "video", "ratios": []string{"16:9", "9:16", "1:1", "4:3", "3:4", "21:9"}, - "resolutions": []string{"2K"}, + "resolutions": []string{"720p"}, "durations": []string{"5s", "10s"}, "max_reference_images": 1, "reference_mode": "frame", @@ -599,7 +599,7 @@ func (h *UserGenerationHandler) publicModels() ([]gin.H, error) { "provider": "runway", "kind": "video", "ratios": []string{"16:9", "9:16", "1:1", "4:3", "3:4", "21:9"}, - "resolutions": []string{"2K"}, + "resolutions": []string{"720p"}, "description": "Runway Gen-4 Turbo video", "stub": false, },