mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #7692] get_all_models() is called twice with the first call always failing #53513
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FutureAI-X on GitHub (Dec 8, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7692
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: [v0.4.8]
Ollama (if applicable): [v0.4.0]
Operating System: [Windows11]
Browser (if applicable): [Chrome 131.0.6778.109]
Confirmation:
Expected Behavior:
The conversation response is fast.
Actual Behavior:
The conversation response is slow.
Description
Bug Summary:
During each conversation, get_all_models() is called twice, with the first call always failing and the second call always succeeding. This results in delayed responses in the conversation.
Reproduction Details
Steps to Reproduce:
Every time a message is sent
Logs and Screenshots
Browser Console Logs:
None
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):
None
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!