From fdbf24207f2403052e664f28d045aa5508942cc4 Mon Sep 17 00:00:00 2001 From: karrix Date: Tue, 22 Oct 2024 14:04:37 +0800 Subject: [PATCH] tweak --- custom_routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_routes.py b/custom_routes.py index 02be070..13e8ed4 100644 --- a/custom_routes.py +++ b/custom_routes.py @@ -1768,7 +1768,7 @@ async def update_run_with_output( "images" in data and isinstance(data.get("images"), list) and len(data["images"]) > 0 - and data["images"][0].get("type") == "output" + and data["images"][0].get("type") == "std_output" ) if bypass_upload and have_upload_media: print(