Juan Calderon-Perez
Juan Calderon-Perez
Thank you for tracking this down. I figure there was some inconsistency since some of the commands worked fine but other didn't. It doesn't help that `pipx` itself is not...
Oh I didn't know that was an option, That's neat trick although a bit verbose. The paths should be consistent between `linux` and `macos`. The feature is not supported for...
Looking at the docs, `uv` probably needs an ENV for setting the install location of man pages.
@zanieb Is it possible to set these two ENV variables via the new `/etc/uv/uv.toml` file? This way I could setup systems to use `uv`. Right now having to add `ENVs`...
April 2022, this issue still happening. 😆 The only way to get the "Save Settings" button to re-activate is by retyping the password.
@tth37 I believe this is fixed by this https://github.com/open-webui/open-webui/pull/12958 The call to do web-search was blocking. It will now be async
@tth37 Yes but it wont block the asyncio-loop, which is a big problem. You mean api/chat/completion should return even though the search is not done? If that's the case, then...
> > You mean `/api/chat/completion` should return even though the search is not done? > > Yes it is exactly what I mean. I think `/api/chat/completion` should return as soon...
That case only applies to the UI. If you use that route via API it doesnt use WebSocket, it's just HTTP?
Any progress on this feature and #3976 ? It's been pending for a year now