Skip to content

Releases: wkok/openai-clojure

0.7.0

17 Jun 14:38
6c62b81
Compare
Choose a tag to compare
  • Added support for OpenAI API v1.3.0 which includes functions

0.6.1

07 Jun 17:10
Compare
Choose a tag to compare
  • Fixed issue with multibyte characters when streaming events PR21

0.6.0

08 May 18:03
Compare
Choose a tag to compare
  • Add support for Azure Chat Completions api
  • Support passing the Azure :api-endpoint in options of each api function

0.5.1

15 Apr 22:00
Compare
Choose a tag to compare

Fix content-type warnings printed to console on first invocation

0.5.0

19 Mar 19:36
d6f7add
Compare
Choose a tag to compare
  • 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

11 Mar 13:35
Compare
Choose a tag to compare
  • Add support for Chat API
  • Add support for Audio API

0.3.1

23 Feb 18:54
4ced42c
Compare
Choose a tag to compare
  • Replace codox documentation generation with cljdoc
  • Change documentation hosting from github pages to cljdoc

0.3.0

20 Feb 19:55
Compare
Choose a tag to compare
  • Implemented server-sent events using stream in create-completion
  • Replaced clj-http with hato, falling back to the native Java 11 http client

0.2.0

17 Feb 18:57
Compare
Choose a tag to compare

0.1.14

17 Feb 18:56
Compare
Choose a tag to compare
  • OpenAI API Support
  • Initial release