mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #8692] Multi-model answering has problems #118530
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 @wangwensuo on GitHub (Jan 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8692
Problem phenomenon:
When selecting multiple models, the answers will be misplaced, which seems to be a problem
openweb-ui environment
Installation method:
docker run -d -p 2281:8080 -v /data/openwebui:/app/backend/data --name open-webui-0120 --restart always -e HF_ENDPOINT=https://hf-mirror.com ghcr.io/open-webui/open-webui:main
The current image is 9 days ago
ghcr.io/open-webui/open-webui main 8f1fbf4363d3 9 days ago 3.72GB
The mirror version three weeks ago also has this problem