labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.47k stars 4.69k forks source link

Invalid image URL. The URL must be a valid HTTP or HTTPS URL, or a data URL with base64 encoding. #1697

Closed zpcr7 closed 4 months ago

zpcr7 commented 4 months ago

例行检查

你的版本

问题描述, 日志截图 ![Uploading image.png…]() image 本地部署的FastGpt,采用的模型是微软的GPT-4o,在对话中可以进行图片分析;在发布应通过api进行图片分析时,一直报Invalid image URL. The URL must be a valid HTTP or HTTPS URL, or a data URL with base64 encoding.这个错误,在服务器上用crul格式进行调用,crul格式时openAi提供的格式,发现采用阿里云的图片地址是访问不通,采用微软提供的图片地址是可以的,阿里云上传的图片地址在浏览器中都是正常可以打开的,

zpcr7 commented 4 months ago

1717567902346 在对话中可以进行图片分析

SDAIer commented 1 month ago

同问,为什么有的图片需要base64有的不需要