Releases: wkok/openai-clojure
Releases · wkok/openai-clojure
0.15.0
- Added support for a
:trace
function in :options
to capture raw request details. See doc and PR 50
0.14.0
- 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
- 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
- Updated to latest openai spec
0.12.2
- (Beta) Added support for Assistants, Threads, Messages & Runs (thanks Bader Szabolcs)
0.11.1
- Fixed issue where options was incorrectly added into multipart fields (#34)
0.11.0
- Updated to the latest OpenAI API v2.0.0
- Added support for new fine tuning api
- Deprecated old fine tunes api
0.10.0
- Added ability to override the OpenAI
:api-endpoint
either in options
or as ENV variable OPENAI_API_ENDPOINT
0.9.0
- Updated to the latest OpenAI API v2.0.0 spec patches which includes allowing the content field nullable when function calling. Fixes Issue 30
0.8.0
- Fixed issue with spec validation failing when spec instrumentation is enabled Issue 25
- Added support for OpenAI API v2.0.0 which mainly removed unused & deprecated operations