Skip to content

Releases: wkok/openai-clojure

0.22.0

05 Nov 19:07
Compare
Choose a tag to compare
  • Added support for OpenAI Vector Stores PR 75

0.21.2

03 Nov 12:51
Compare
Choose a tag to compare
  • Fixed Azure SSE Streaming Support via the :stream parameter PR 73

0.21.1

24 Sep 14:56
Compare
Choose a tag to compare
  • Patched the azure schema to properly support multipart file uploads #71

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