mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Import Model Dropdown #88
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 @gmaijoe on GitHub (Dec 14, 2023).
Is your feature request related to a problem? Please describe.
Right now, the flow for importing models requires going to https://ollama.ai/library. It would be nice to have these models pulled via API so a user doesn't need to have 2 tabs open.
Describe the solution you'd like
Describe alternatives you've considered
No alternatives, just have 2 tabs open
Additional context
n/a
@tjbck commented on GitHub (Dec 14, 2023):
Hi, Thanks for the suggestion. I'll close this issue for now because afaik there aren't any API endpoints listing all available models from Ollama.ai. However, if you find a way to get the list of available models from the website, feel free to make a PR. Thanks!