mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #5664] feat: Set stream capability per model (not global setting) #14072
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 @juancarlosm on GitHub (Sep 24, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5664
To make OpenAI o1 models to work you now you have to disable model stream globaly:
I think it will be better if we can set "stream" capability per model:
This way we can make it work and we don't loose stream capabilities for the rest of models that supports it
@tjbck commented on GitHub (Sep 24, 2024):
This feature has been added to 0.3.25
@bgeneto commented on GitHub (Nov 3, 2024):
@tjbck How can we set stream to false programmatically via manyfold functions (even if the user set it to True)? Is there any way? I need this in order to provide image gen models...