You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
Could turbo be refactored to add more than one Stream per Model?
It sometimes is needed to add more streams to a model to add different functionality (of different plugins e.g.). If there is already a model stream, it "blocks" adding another one.
So plugin functionality has to be added into the ModelStream.
This IMHO could be done better by making it possible to add more than one Stream to a Model, and e.g. making .stream a list object.
Is this possible?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Could turbo be refactored to add more than one Stream per Model?
It sometimes is needed to add more streams to a model to add different functionality (of different plugins e.g.). If there is already a model stream, it "blocks" adding another one.
So plugin functionality has to be added into the ModelStream.
This IMHO could be done better by making it possible to add more than one Stream to a Model, and e.g. making
.stream
a list object.Is this possible?
The text was updated successfully, but these errors were encountered: