mgallo / openai.ex

community-maintained OpenAI API Wrapper written in Elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`request_options` are being overwritten by `api_post/3` default argument

bfolkens opened this issue · comments

Currently, the request_options argument is set to [] by default, which means that request_options() is never called before passing to post(...).