Full Changelog: v4.23.0...v4.24.0
- deps: update dependency start-server-and-test to v2.0.3 (#580) (8e1aca1)
- deps: update dependency ts-jest to v29.1.1 (#578) (a6edb7b)
- deps: update jest (#582) (e49e471)
- internal: bump deps (#583) (2e07b4c)
- internal: update deps (#581) (7b690dc)
Full Changelog: v4.22.1...v4.23.0
Full Changelog: v4.22.0...v4.22.1
Full Changelog: v4.21.0...v4.22.0
Full Changelog: v4.20.1...v4.21.0
- correct some runTools behavior and deprecate runFunctions (#562) (f5cdd0f)
- prevent 400 when using runTools/runFunctions with Azure OpenAI API (#544) (735d9b8)
Full Changelog: v4.20.0...v4.20.1
Full Changelog: v4.19.1...v4.20.0
Full Changelog: v4.19.0...v4.19.1
Full Changelog: v4.18.0...v4.19.0
Full Changelog: v4.17.5...v4.18.0
Full Changelog: v4.17.4...v4.17.5
Full Changelog: v4.17.3...v4.17.4
Full Changelog: v4.17.2...v4.17.3
Full Changelog: v4.17.1...v4.17.2
Full Changelog: v4.17.0...v4.17.1
Full Changelog: v4.16.2...v4.17.0
Full Changelog: v4.16.1...v4.16.2
- api: accidentally required params, add new models & other fixes (#463) (1cb403e)
- api: update embedding response object type (#466) (53b7e25)
- asssitant_deleted -> assistant_deleted (#452) (ef89bd7)
- types: ensure all code paths return a value (#458) (19402c3)
Full Changelog: v4.16.0...v4.16.1
Full Changelog: v4.15.4...v4.16.0
- api: releases from DevDay; assistants, multimodality, tools, dall-e-3, tts, and more (#433) (fb92f5e)
Full Changelog: v4.15.3...v4.15.4
Full Changelog: v4.15.2...v4.15.3
Full Changelog: v4.15.1...v4.15.2
Full Changelog: v4.15.0...v4.15.1
Full Changelog: v4.14.2...v4.15.0
- beta: add streaming and function calling helpers (#409) (510c1f3)
- client: allow binary returns (#416) (02f7ad7)
- github: include a devcontainer setup (#413) (fb2996f)
- streaming improvements (#411) (37b622c)
Full Changelog: v4.14.1...v4.14.2
Full Changelog: v4.14.0...v4.14.1
- deploy deno in a github workflow instead of postpublish step (#405) (3a6dba0)
- typo in build script (#403) (76c5c96)
Full Changelog: v4.13.0...v4.14.0
Full Changelog: v4.12.4...v4.13.0
- api: add embeddings encoding_format (#390) (cf70dea)
- handle 204 No Content gracefully (#391) (2dd005c)
Full Changelog: v4.12.3...v4.12.4
Full Changelog: v4.12.2...v4.12.3
Full Changelog: v4.12.1...v4.12.2
- client: correctly handle errors during streaming (#377) (09233b1)
- client: correctly handle errors during streaming (#379) (9ced580)
- improve status code in error messages (#381) (68dfb17)
- add case insensitive get header function (#373) (b088998)
- internal: add debug logs for stream responses (#380) (689db0b)
- show deprecation notice on re-export (#368) (b176703)
- update comment (#376) (a06c685)
- update comment (#378) (b04031d)
- streaming: change Stream constructor signature (#370) (71984ed)
- test: refactor authentication tests (#371) (e0d459f)
Full Changelog: v4.12.0...v4.12.1
Full Changelog: v4.11.1...v4.12.0
- api: remove
content_filter
stop_reason and update documentation (#352) (a4b401e) - re-export chat completion types at the top level, and work around webpack limitations (#365) (bb815d0)
Full Changelog: v4.11.0...v4.11.1
Full Changelog: v4.10.0...v4.11.0
- client: handle retry-after with a date (#340) (b6dd384)
- package: export a root error type (#338) (462bcda)
- internal: bump lock file (#334) (fd2337b)
- internal: update lock file (#339) (1bf84b6)
- internal: update lock file (#342) (0001f06)
- internal: update lock file (#343) (a02ac8e)
Full Changelog: v4.9.1...v4.10.0
Full Changelog: v4.9.1...v4.10.0
Full Changelog: v4.9.0...v4.9.1
Full Changelog: v4.8.0...v4.9.0
Full Changelog: v4.7.1...v4.8.0
Full Changelog: v4.7.0...v4.7.1
Full Changelog: v4.6.0...v4.7.0
- client: retry on 408 Request Timeout (#310) (1f98eac)
- make docs urls in comments absolute (#306) (9db3819)
Full Changelog: v4.5.0...v4.6.0
Full Changelog: v4.4.0...v4.5.0
- client: add files.waitForProcessing() method (#292) (ef59010)
- fixes tests where an array has to have unique enum values (#290) (a10b895)
- make docs more readable by eliminating unnecessary escape sequences (#287) (a068043)
- client: fix TS errors that appear when users Go to Source in VSCode (#281) (8dc59bc), closes #249
- client: handle case where the client is instantiated with a undefined baseURL (#285) (5095cf3)
- client: use explicit file extensions in _shims imports (#276) (16fe929)
Full Changelog: v4.3.1...v4.4.0
- package: add Bun export map (#269) (16f239c)
- re-export chat completion types at the top level (#268) (1a71a39)
- tests: unskip multipart form data tests (#275) (47d3e18)
- types: fix ambiguous auto-import for chat completions params (#266) (19c99fb)
Full Changelog: v4.3.0...v4.3.1
4.3.0 (2023-08-27)
- client: add auto-pagination to fine tuning list endpoints (#254) (5f89c5e)
- cli: rewrite in JS for better compatibility (#244) (d8d7c05)