OpenAI API wrapper for Swift, Whisper support

Hi,
I’m experimenting with OpenAI completions and transcription API requests in an iOS app and just released the API wrapper code (including Whisper support) as an SPM package. The wrapper can be configured with a different endpoint to go through an api proxy and avoid exposing OpenAI API keys in client code.
Feel free to try it and send feedback.