遵循s指导

This commit is contained in:
HYY
2025-03-12 10:59:34 +08:00
parent 25ecfcecc0
commit 26ed7f54d3
3 changed files with 5 additions and 5 deletions

View File

@@ -393,7 +393,7 @@ class LLM_request:
)
return content, reasoning_content
async def generate_response_for_image(self, prompt: str, image_base64: str, image_format: str) -> Tuple[str, str, str]:
async def generate_response_for_image(self, prompt: str, image_base64: str, image_format: str) -> Tuple[str, str]:
"""根据输入的提示和图片生成模型的异步响应"""
content, reasoning_content = await self._execute_request(