add:增加千问收费视觉模型,速度更稳定一点

This commit is contained in:
hrz
2025-06-03 23:09:27 +08:00
parent bc28504b3e
commit 74226581b7
6 changed files with 221 additions and 3 deletions
@@ -46,7 +46,9 @@ class VLLMProvider(VLLMProviderBase):
{"type": "text", "text": question},
{
"type": "image_url",
"image_url": {"url": f"{base64_image}"},
"image_url": {
"url": f"data:image/jpeg;base64,{base64_image}"
},
},
],
}