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

Azure assistants? #70

Open pdenno opened 3 months ago

pdenno commented 3 months ago

Thanks for this great library. I have been using it with OpenAI mostly but have need to use Azure soon. Is the trouble with getting your library working with Azure assistants something to do with Azure not having specified OpenAPI specs for assistants? If that's the case, I had in mind trying to specify the missing operation specs myself.

(On the other hand, I think OpenAI's structured outputs are going to useful to my work, and maybe Azure won't have that any time soon.)

wkok commented 2 months ago

Hello!

This library tracks the GA release of Azure OpenAI.

Assistants is still in the preview release and once it graduates to GA, this library can be updated.