langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
53.37k stars 7.8k forks source link

The multimodal large model encounters a 403 error when using the image link #9525

Open andylzming opened 1 month ago

andylzming commented 1 month ago

Self Checks

Dify version

0.8.3

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

0

1

2

3

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

dosubot[bot] commented 1 month ago

I found some relevant information regarding 403 errors in the Dify platform. A common cause of a 403 error when accessing image links is missing access permissions. The error message often indicates that the request is denied due to incorrect or missing authorization headers. The expected format for the Authorization header is Bearer <api-key> [1].

Additionally, there are similar discussions and issues related to 403 errors in the Dify repository:

  1. I can't upload the image on dify workflow via api - This discussion is still open and might provide insights or solutions relevant to your issue.
  2. 403 Forbidden - Another open discussion that could be related to your problem.
  3. HTTP 请求时,提示403错误 - This issue is closed, and the suggested solution was related to another issue (#1542).

You might want to check these discussions for any updates or solutions that could help resolve the 403 error you're encountering with the multimodal large model in your self-hosted Dify instance.

To continue talking to Dosu, mention @dosu.