nsfw mark api

This commit is contained in:
xds
2026-02-27 14:33:37 +03:00
parent f6001f5994
commit c1300b7a2d

View File

@@ -209,6 +209,7 @@ class GenerationService:
result_list=[new_asset.id],
result=new_asset.id,
progress=100,
nsfw=external_gen.nsfw,
execution_time_seconds=external_gen.execution_time_seconds,
api_execution_time_seconds=external_gen.api_execution_time_seconds,
token_usage=external_gen.token_usage,