wkok / openai-clojure

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

Images using Azure #67

Closed HanjoPurebuddha closed 1 month ago

HanjoPurebuddha commented 1 month ago

Hi thank you for the repo. Just confirming that I would need to figure out my own way to do images using my Azure key?

Thanks again

wkok commented 1 month ago

Hi there,

Short answer for now, yes.

However, I see the latest Azure OpenAI spec do now list images, among other APIs so it should now be possible to add those functions to this library.

HanjoPurebuddha commented 1 month ago

Looking forward to it :) I can figure it out in the meantime...

wkok commented 4 weeks ago

v0.20.0 now supports Translations, Transcriptions & Images (create only) as in their GA release.

HanjoPurebuddha commented 4 weeks ago

Wow! Thank you! This was exactly what I needed.