cyberchitta / openai_ex

Community maintained Elixir library for OpenAI API
https://hexdocs.pm/openai_ex
Apache License 2.0
140 stars 19 forks source link

bring SSE support in-line with spec #72

Closed restlessronin closed 11 months ago

restlessronin commented 11 months ago

SSE was not working with some non OpenAI models that are exposed via an OpenAI proxy. Shoutout to @Madd0g for report and fix.