After I upgraded dify to the latest version, the LLM is unable to read video data. #11590
Closed
5 tasks done
Labels
🐞 bug
Something isn't working
Self Checks
Dify version
13.2
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
After I upgraded dify to the latest version, the LLM is unable to read the video data. It was working before the upgrade, and the version before the upgrade was 0.11.
I have recorded the reproduction steps in a GIF, as follows:
Model: Gemini 1.5 Flash 002
LLM Prompt:
You are a video slicing tool. Your task is to automatically slice the input video based on its plot, visuals, and audio. If the input video is empty, do not process it. Please complete the task according to the following steps:
Only return the final result in a concise, formatted JSON format.
The following are some examples to help you better understand the task:
Output result example:
[
{
"name":"Segment 1",
"start_time":"1089",
"end_time":"5121",
"content":"Problem description"
},
{
"name":"Segment 2",
"start_time":"5122",
"end_time":"189562",
"content":"Guest answers"
}
]
✔️ Expected Behavior
After I upload the video, the model should read the video content and return the automatic slicing result information.
❌ Actual Behavior
Although the file was uploaded successfully, the model did not actually read the video data. It was working normally before the upgrade.
The text was updated successfully, but these errors were encountered: