openai.ex
openai.ex copied to clipboard
Remove applications key from MixProject.application/0
The applications
key in OpenAI.MixProject.application/0
is most likely a relict from older mix versions. I don't think it does serve a purpose anymore and we get compiler warnings in our project when compiling this library.
https://github.com/mgallo/openai.ex/blob/dd48493ff505502dca24061edc2a5f7261f49762/mix.exs#L22-L23
If somebody can confirm that there is no specific reason to keep the applications key around, I'm happy to do a PR!