mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #188] feat: verbose output (show timings per response) #11970
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 @johncadengo on GitHub (Dec 7, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/188
When running Ollama from the command prompt, you can type the
--verboseargument to get timings that output like this:Is there a way to get this to appear in the web UI?
@tjbck commented on GitHub (Dec 7, 2023):
Hi, I'll think of a way to incorporate this into the webui, stay tuned!
@tjbck commented on GitHub (Dec 19, 2023):
The requested feature has been added with #215. Please try out the latest version, and let me know if you encounter any issues. Thanks!
@johncadengo commented on GitHub (Dec 21, 2023):
Ty! 👏 👏 👏
@johncadengo commented on GitHub (Apr 22, 2024):
@tjbck I have just spun up the latest version of this image and so many things have changed. Do you happen to know if this feature is still present? I can't seem to find it in the latest version.
@tjbck commented on GitHub (Apr 22, 2024):
All still there :)
@johncadengo commented on GitHub (Apr 24, 2024):
@tjbck okay, thanks for showing that.
I think what happened between versions for me is that I was decoupling the model API from the docker container and trying to have a separate API for the models. At first, I was using the LiteLLM models feature. I'm assuming it doesn't work for that?
Anyhow, I figured out how to use Ollama models instead and now I see the generation info again.