getmomentum / momentum-core

visually integration test your backend
https://app.momentum.sh
Apache License 2.0
115 stars 9 forks source link

Add LLM response streaming wherever possible #19

Open dhirenmathur opened 2 weeks ago

dhirenmathur commented 2 weeks ago

Problem:

Response streaming is standard UX across code gen companies. It creates a better UX for developers. Out of all the places we use LLMs in our app, there are only some, where response streaming can truly be incorporated. Evaluate and implement response streaming wherever possible.