Update utils_image.py

pull/1301/head
foxplaying 2025-10-16 20:30:50 +08:00 committed by GitHub
parent 5ee3d7ea43
commit 9b2b2010dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ class ImageManager:
# 获取VLM描述
description, _ = await self.vlm.generate_response_for_image(
prompt, image_base64, image_format, temperature=0.4, max_tokens=300
prompt, image_base64, image_format, temperature=0.4
)
if description is None: