Tim Jaeryang Baek
Tim Jaeryang Baek
Addressed in dev! f138be9d8a55f5bc5ec3c95e523eb4341e6ddeca
Related #2190
Will be taking sometime to reflect on this feature.
Introduced as `stream` hook with 46c4da48642ccb670c5a696c0d8c62572d8b2b4c ! Example usage: ```py def stream(self, event: dict) -> dict: print(event) return event ```
@Ithanil what we ideally want is https://github.com/open-webui/open-webui/issues/17858, this approach makes sense as an intermediary step.
This needs to be merged soon, will try to allocate more resources after 0.6.10
Agreed, feel free to make a PR!
@morgan55555 @WilsonZiweiWang
@zsy5172 PR welcome!
Addressed with d0114e0703b21c64419ea121309b1a61f33bcf65, 0.5.15 will be released shortly!