mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #6947] Open-webui with vLLM #134271
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 @wolfgangsmdt on GitHub (Nov 14, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6947
Is there any idea on how to run vLLM inference engine with Open-webui chat interface instead of ollama?
@jay2jp commented on GitHub (Nov 14, 2024):
I'm pretty sure you can just use the openai compatible server that vllm offers. vllmDocs From there you can just connect it like its an openai server under connections in the admin panel .
@DJJones66 commented on GitHub (Nov 14, 2024):
When I played with it this is what I found and used:
https://github.com/open-webui/open-webui/discussions/508