Skip to content

Releases: wkok/openai-clojure

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