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

refactor http_sse to simplify task shutdown and shorten functions #95

Closed restlessronin closed 4 months ago

restlessronin commented 4 months ago

http sse had some unnecessary code related to task shutdown. this was removed.

several extra long functions were refactored into smaller functions.