Hacker News new | ask | show | jobs
by chrismccord 359 days ago
Req.post to /chat/completions, streaming the tokens through a parser and doing regular elixir messages. It's really not more complicated than that :)
1 comments

even less complicated, just set stream: false in your json :)