This commit is contained in:
2026-06-05 09:23:00 +08:00
parent fd9a259917
commit e97b09470a
2 changed files with 6 additions and 16 deletions
@@ -298,7 +298,7 @@ async def charge_generation_media_by_params(
resolution: str | None = None,
engine_id: str | None = None,
project_name: str | None = None,
description_prefix: str = "ChatAPI异步",
description_prefix: str = "AI创作-",
owner_type: str = OWNER_CHAT_GENERATION_TASK,
attempt_no: int | None = None,
) -> BillingSummary:
@@ -364,7 +364,7 @@ async def charge_generation_media_for_record(
*,
record: GenerationRecord,
project_name: str | None = None,
description_prefix: str = "ChatAPI异步",
description_prefix: str = "AI创作-",
attempt_no: int | None = None,
) -> BillingSummary:
return await charge_generation_media_by_params(