修改AI生成积分明细说明文字
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user