wkok / openai-clojure

Clojure functions to drive the OpenAI API
https://cljdoc.org/d/net.clojars.wkok/openai-clojure
MIT License
208 stars 28 forks source link

Fixed warning for no matching content type #46

Closed wkok closed 11 months ago

wkok commented 11 months ago

Fixes #42

The create-speech api introduced an application/octet-stream content type for the response that we need to ignore during spec validation.