From 93f150f95ee0d8e875366779c5295f14cebb8f03 Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Fri, 18 Jul 2025 13:11:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=863=E5=A4=84=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=A0=87=E6=B3=A8=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/llm_models/utils_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llm_models/utils_model.py b/src/llm_models/utils_model.py index 215b0f739..1f90a730a 100644 --- a/src/llm_models/utils_model.py +++ b/src/llm_models/utils_model.py @@ -216,7 +216,7 @@ class LLMRequest: prompt: str = None, image_base64: str = None, image_format: str = None, - file_bytes: str = None, + file_bytes: bytes = None, file_format: str = None, payload: dict = None, retry_policy: dict = None, @@ -296,7 +296,7 @@ class LLMRequest: prompt: str = None, image_base64: str = None, image_format: str = None, - file_bytes: str = None, + file_bytes: bytes = None, file_format: str = None, payload: dict = None, retry_policy: dict = None,