mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-17 12:31:06 -05:00
Proxy support for downloading the models #184
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 @m-hoseyny on GitHub (Jan 14, 2024).
Hello,
In some countries, there are Internet limitations that would not let us download models from the main repo. Is it possible that the proxy setting (socks5 or HTTP) has been set until the downloader uses the proxy to download the model?
Thanks
@justinh-rahb commented on GitHub (Jan 14, 2024):
Ollama WebUI does not have direct control over the model download process as it is handled by the Ollama application itself. Therefore, adding proxy support for model downloads would need to be implemented upstream in the Ollama project.