Support for OpenWebUI wrapped ollama #34447
lucascherzer
started this conversation in
Feature Ideas / Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OpenWebUI can expose its underlying ollama API: https://docs.openwebui.com/getting-started/api-endpoints/#-ollama-api-proxy-support
Technically, this would make it automatically compatible with Zed, but OpenWebUI may want to authenticate users.
By setting the
Authorization
Header, you can comply with this. If the zed config somehow supported this, OpenWebUI support could be tagged onto ollama support. Take this example request:The body in this case, is standard ollama stuff, only the header at the end has to be added for it to work.
Beta Was this translation helpful? Give feedback.
All reactions