mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
To run multiple OpenAI-compatible end points in the same front-end. #897
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 @thusinh1969 on GitHub (May 12, 2024).
Is your feature request related to a problem? Please describe.
GGUF posed accuracy drop because of missing of bfloat16. We have to switch to vLLM and Triton.
Describe the solution you'd like
Wishes to be able to run multiple OpenAI-compatible end points in the same front-end of Open WebUI likes what it does with ollama's multiple GGUF.
Additional context
This will be great as Open WebUI is one of the best for simplification, pre-prompting and all.
Thanks,
Steve