mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #6096] Model location #14238
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 @iplayfast on GitHub (Oct 10, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6096
Feature Request
I'm using open-webui a lot, but sometimes I need to access my computer through ssh. (ie no browser available). I'd like to run ollama with the model that has been created in open-webui, but the models that are created with open-webui don't seem to be around. (which is very confusing).
I installed with the docker option, where ollama is already on my system. I assumed that the models would be wherever ollama put them.
But I created a new model that has lots of extra knowledge, but I can't access it from ollama.
Thanks for a wonderful project!