Releases: wkok/openai-clojure
Releases · wkok/openai-clojure
0.7.0
- Added support for OpenAI API v1.3.0 which includes functions
0.6.1
- Fixed issue with multibyte characters when streaming events PR21
0.6.0
- Add support for Azure Chat Completions api
- Support passing the Azure
:api-endpoint
in options
of each api function
0.5.1
Fix content-type warnings printed to console on first invocation
0.5.0
- Support passing
:api-key
and :impl
as options to api functions
- Deprecate support for passing
:impl
as 2nd argument, while remaining backward compatible.
0.4.0
- Add support for Chat API
- Add support for Audio API
0.3.1
- Replace codox documentation generation with cljdoc
- Change documentation hosting from github pages to cljdoc
0.3.0
- Implemented server-sent events using
stream
in create-completion
- Replaced clj-http with hato, falling back to the native Java 11 http client
0.1.14
- OpenAI API Support
- Initial release