Skip to content

Releases: wkok/openai-clojure

0.21.0

03 Sep 15:50
Compare
Choose a tag to compare
  • Added support for a :stream/close? parameter to ensure core.async channel gets closed. See this PR

0.20.0

28 Aug 16:28
Compare
Choose a tag to compare
  • Added support for Azure OpenAI Translations, Transcriptions, Images as supported in the GA release v2024-06-01

0.19.0

08 Aug 15:39
Compare
Choose a tag to compare
  • Updated to latest OpenAI spec commit a1bdd5f from 2024-08-08
  • Updated to latest Azure OpenAI spec (stable) commit 81a4ee5 from 2024-06-28

0.18.1

15 Jun 08:35
Compare
Choose a tag to compare
  • Fixed Issue 65 restored submit-tool-outputs-to-run

0.18.0

10 Jun 19:52
Compare
Choose a tag to compare
  • Updated to latest OpenAI spec commit 4e97768 from 2024-06-07
  • Removed deprecated functions
    • list-assistant-files
    • create-assistant-file
    • retrieve-assistant-file
    • delete-assistant-file
    • list-message-files
    • retrieve-message-file
    • submit-tool-outputs-to-run

0.17.0

19 May 12:17
Compare
Choose a tag to compare
  • Removed LinkedList import to enable Babashka support PR 60
  • Updated assistants HTTP header PR 61

0.16.0

09 Feb 23:44
Compare
Choose a tag to compare
  • Added async support PR 53
  • Updated to latest Azure spec v2023-12-01-preview
  • Updated to latest OpenAI spec as at 2024-02-09
  • Removed deprecated endpoints - edit
  • Removed deprecated endpoints - fine tune

0.15.0

14 Jan 19:33
Compare
Choose a tag to compare
  • Added support for a :trace function in :options to capture raw request details. See doc and PR 50

0.14.0

24 Nov 23:00
Compare
Choose a tag to compare
  • Added ability to pass http client request options like the timeout. Issue 44
  • Added ability to specify the sliding buffer size in an SSE request, or default to infinite buffer. Issue 43
  • Fixed warning about no matching content-type 42

0.13.0

19 Nov 11:22
Compare
Choose a tag to compare
  • Added support for the speech api (thanks Stoica George-Ovidiu)
  • Fixed schema validation issue 41 when including the :tools parameter in a chat completions request