From c4ad77bed6aefeb8f4bcf0a504bd7b4cf64059b8 Mon Sep 17 00:00:00 2001 From: wwwwwwwww <526125649@qq.com> Date: Fri, 5 Jun 2026 16:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9AI=E7=94=9F=E6=88=90=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E6=98=8E=E7=BB=86=E8=AF=B4=E6=98=8E=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video-gen-api/app/services/generation_ai_service.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video-gen-api/app/services/generation_ai_service.py b/video-gen-api/app/services/generation_ai_service.py index a9c5d711..424d938a 100644 --- a/video-gen-api/app/services/generation_ai_service.py +++ b/video-gen-api/app/services/generation_ai_service.py @@ -240,7 +240,7 @@ async def create_async_generation_task(db: AsyncSession, current_user: User, req image_size=size, engine_id=engine.id, project_name="AI生成任务", - description_prefix="Chat任务", + description_prefix="AI创作-", owner_type=OWNER_CHAT_GENERATION_TASK, attempt_no=1, ) @@ -288,7 +288,7 @@ async def create_async_generation_task(db: AsyncSession, current_user: User, req resolution=resolution, engine_id=engine.id, project_name="AI生成任务", - description_prefix="Chat任务", + description_prefix="AI创作-", owner_type=OWNER_CHAT_GENERATION_TASK, attempt_no=1, )