cyberchitta / openai_ex

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

bring SSE support in-line with spec #72

Closed restlessronin closed 9 months ago

restlessronin commented 9 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.