Skip to content

Releases: wkok/openai-clojure

0.16.0

09 Feb 23:44

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

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

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

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

0.12.3

15 Nov 21:03

Choose a tag to compare

  • Updated to latest openai spec

0.12.2

09 Nov 15:49

Choose a tag to compare

  • (Beta) Added support for Assistants, Threads, Messages & Runs (thanks Bader Szabolcs)

0.11.1

04 Nov 17:12

Choose a tag to compare

  • Fixed issue where options was incorrectly added into multipart fields (#34)

0.11.0

24 Sep 10:58

Choose a tag to compare

  • Updated to the latest OpenAI API v2.0.0
  • Added support for new fine tuning api
  • Deprecated old fine tunes api

0.10.0

07 Sep 10:20

Choose a tag to compare

  • Added ability to override the OpenAI :api-endpoint either in options or as ENV variable OPENAI_API_ENDPOINT

0.9.0

26 Jul 18:55

Choose a tag to compare

  • Updated to the latest OpenAI API v2.0.0 spec patches which includes allowing the content field nullable when function calling. Fixes Issue 30