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
Replace eventsource-stream with sse-stream crate (#5998)
* Initial work
* Use new crate
* More work
* Refactor
* Keep working
* Update tests
* Fix failing tests
Fix two edge cases with streaming usage and raw usage (#5639)
* Emit raw usage ASAP in OpenAI-compatible inference endpoint
* Emit raw usage ASAP in OpenAI-compatible inference endpoint & fix cache bug
* Fix
* Fix
* Make a test less flaky