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 was archived by the owner on Sep 11, 2025. It is now read-only.
I kindly request the implementation of streaming support for model invocations in the Modus SDK. This feature is crucial for real-time applications that require incremental responses.
Expected Changes:
Introduce a stream: true option in the ChatModelInput configuration.
Provide a mechanism to handle tokens as they are received.
Benefits:
Reduces latency for real-time applications.
Enhances user experience by providing immediate feedback.