coderZoe 在 deepseek不支持传图片吗? 中发帖
我用openwebUI通过api调用的deepseek,但每次上传图片都会出这个问题:
[image]
然后看了下日志:ERROR [open_webui.routers.openai] 422, message=‘Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8’, url=‘https://api.deepseek.com/v1/chat/completions’
ERROR [open_webui.routers.openai] 422, message=‘Unprocessable Entity’, url=‘https://api.deepseek.com/v1/chat/completions’
Traceback (most recent call last):
F...