mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #1787] Easily create Litellm modelfiles via the web UI and not only Ollama #12637
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 @flefevre on GitHub (Apr 27, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1787
Is your feature request related to a problem? Please describe.
When I try to create a model file with a model that is store not on the ollama server but on the litellm server in my openwebui configuartion files, the oepn webui interface try to download it "pull model manifest: Get "https://ollama.com/token?nonce=PVU8K_tursrhgMstjAboFw&scope=repository%3Alibrary%2Fmixtral-8x7b%3Apull&service=ollama.com&ts=1714223332": EOF"
i do confirm the litellm model is accessible through the open webui
in my case I am using litellm > vllm > mixtral 8x7b
Describe the solution you'd like
It should be possible to create a model file for a model accessible through the litellm server.
@tjbck commented on GitHub (Apr 27, 2024):
Duplicate #665