ML-147: Upgrade to ServerSentEvents 1.0

This commit is contained in:
Claudio Ortolina
2026-04-25 22:26:34 +01:00
parent 4fb1bf5079
commit 242549b85a
@@ -0,0 +1,21 @@
---
id: ML-147
title: Upgrade to ServerSentEvents 1.0
status: To Do
assignee: []
created_date: '2026-04-25 21:26'
labels: []
dependencies: []
priority: medium
---
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Allows potential drastic simplification of `OpenAI.API.chat_stream/6` following [this example](https://github.com/benjreinhart/server_sent_events#real-world-example-using-req).
<!-- SECTION:DESCRIPTION:END -->
## Acceptance Criteria
<!-- AC:BEGIN -->
- [ ] #1 Plain refactor - dependency is updated and functionality keeps working as expected
<!-- AC:END -->