Originally created by @muhanstudio on GitHub (Sep 12, 2024).
For any version of openwebui, when talking to the visual model, after sending a large number of pictures, when switching back from another conversation, The program will always wait for all the pictures to be loaded before it will respond. When the dialogue that is switched to contains a large number of HD pictures, it will block the program's response and fall into a fake dead state. It needs to wait for all pictures to be loaded before it can switch the dialogue normally.
Solution:
Hopefully the picture in the conversation is loaded asynchronously and does not block the action of switching the conversation.
Originally created by @muhanstudio on GitHub (Sep 12, 2024).
For any version of openwebui, when talking to the visual model, after sending a large number of pictures, when switching back from another conversation, The program will always wait for all the pictures to be loaded before it will respond. When the dialogue that is switched to contains a large number of HD pictures, it will block the program's response and fall into a fake dead state. It needs to wait for all pictures to be loaded before it can switch the dialogue normally.
Solution:
Hopefully the picture in the conversation is loaded asynchronously and does not block the action of switching the conversation.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @muhanstudio on GitHub (Sep 12, 2024).
For any version of openwebui, when talking to the visual model, after sending a large number of pictures, when switching back from another conversation, The program will always wait for all the pictures to be loaded before it will respond. When the dialogue that is switched to contains a large number of HD pictures, it will block the program's response and fall into a fake dead state. It needs to wait for all pictures to be loaded before it can switch the dialogue normally.
Solution:
Hopefully the picture in the conversation is loaded asynchronously and does not block the action of switching the conversation.