Skip to content

Latest commit

 

History

History
310 lines (164 loc) · 19.5 KB

CHANGELOG.md

File metadata and controls

310 lines (164 loc) · 19.5 KB

Changelog

1.6.1 (2023-12-22)

Full Changelog: v1.6.0...v1.6.1

Chores

1.6.0 (2023-12-19)

Full Changelog: v1.5.0...v1.6.0

Features

  • api: add additional instructions for runs (#995) (7bf9b75)

Chores

Documentation

  • upgrade models in examples to latest version (#989) (cedd574)

1.5.0 (2023-12-17)

Full Changelog: v1.4.0...v1.5.0

Features

  • api: add token logprobs to chat completions (#980) (f50e962)

Chores

  • ci: run release workflow once per day (#978) (215476a)

1.4.0 (2023-12-15)

Full Changelog: v1.3.9...v1.4.0

Features

  • api: add optional name argument + improve docs (#972) (7972010)

1.3.9 (2023-12-12)

Full Changelog: v1.3.8...v1.3.9

Documentation

  • improve README timeout comment (#964) (3c3ed5e)
  • small Improvement in the async chat response code (#959) (fb9d0a3)
  • small streaming readme improvements (#962) (f3be2e5)

Refactors

1.3.8 (2023-12-08)

Full Changelog: v1.3.7...v1.3.8

Bug Fixes

  • avoid leaking memory when Client.with_options is used (#956) (e37ecca)
  • errors: properly assign APIError.body (#949) (c70e194)
  • pagination: use correct type hint for .object (#943) (23fe7ee)

Chores

Documentation

1.3.7 (2023-12-01)

Full Changelog: v1.3.6...v1.3.7

Bug Fixes

  • client: correct base_url setter implementation (#919) (135d9cf)
  • client: don't cause crashes when inspecting the module (#897) (db029a5)
  • client: ensure retried requests are closed (#902) (e025e6b)

Chores

  • internal: add tests for proxy change (#899) (71a13d0)
  • internal: remove unused type var (#915) (4233bcd)
  • internal: replace string concatenation with f-strings (#908) (663a8f6)
  • internal: replace string concatenation with f-strings (#909) (caab767)

Documentation

1.3.6 (2023-11-28)

Full Changelog: v1.3.5...v1.3.6

Bug Fixes

  • client: add support for streaming binary responses (#866) (2470d25)

Chores

Documentation

1.3.5 (2023-11-21)

Full Changelog: v1.3.4...v1.3.5

Bug Fixes

  • azure: ensure custom options can be passed to copy (#858) (05ca0d6)

Chores

1.3.4 (2023-11-21)

Full Changelog: v1.3.3...v1.3.4

Bug Fixes

  • client: attempt to parse unknown json content types (#854) (ba50466)

Chores

  • examples: fix static types in assistants example (#852) (5b47b2c)

1.3.3 (2023-11-17)

Full Changelog: v1.3.2...v1.3.3

Chores

  • internal: update type hint for helper function (#846) (9a5966c)

1.3.2 (2023-11-16)

Full Changelog: v1.3.1...v1.3.2

Documentation

1.3.1 (2023-11-16)

Full Changelog: v1.3.0...v1.3.1

Chores

1.3.0 (2023-11-15)

Full Changelog: v1.2.4...v1.3.0

Features

  • api: add gpt-3.5-turbo-1106 (#813) (9bb3c4e)
  • client: support reading the base url from an env variable (#829) (ca5fdc6)

Bug Fixes

  • breaking!: correct broken type names in moderation categories (#811) (0bc211f)

Chores

  • fix typo in docs and add request header for function calls (#807) (cbef703)
  • internal: fix devcontainer interpeter path (#810) (0acc07d)

Documentation

1.2.4 (2023-11-13)

Full Changelog: v1.2.3...v1.2.4

Bug Fixes

  • client: retry if SSLWantReadError occurs in the async client (#804) (be82288)

1.2.3 (2023-11-10)

Full Changelog: v1.2.2...v1.2.3

Bug Fixes

  • cli/audio: file format detection failing for whisper (#733) (01079d6)
  • client: correctly flush the stream response body (#771) (0d52731)
  • client: serialise pydantic v1 default fields correctly in params (#776) (d4c49ad)
  • models: mark unknown fields as set in pydantic v1 (#772) (ae032a1)
  • prevent IndexError in fine-tunes CLI (#768) (42f1633)

Documentation

1.2.2 (2023-11-09)

Full Changelog: v1.2.1...v1.2.2

Bug Fixes

  • client: correctly assign error properties (#759) (ef264d2)

Documentation

1.2.1 (2023-11-09)

Full Changelog: v1.2.0...v1.2.1

Documentation

Refactors

  • client: deprecate files.retrieve_content in favour of files.content (#753) (eea5bc1)

1.2.0 (2023-11-08)

Full Changelog: v1.1.2...v1.2.0

Features

  • api: unify function types (#741) (ed16c4d)
  • client: support passing chunk size for binary responses (#747) (c0c89b7)

Bug Fixes

  • api: update embedding response object type (#739) (29182c4)
  • client: show a helpful error message if the v0 API is used (#743) (920567c)

Chores

  • internal: improve github devcontainer setup (#737) (0ac1abb)

Refactors

  • api: rename FunctionObject to FunctionDefinition (#746) (1afd138)

1.1.2 (2023-11-08)

Full Changelog: v1.1.1...v1.1.2

Bug Fixes

  • api: accidentally required params, add new models & other fixes (#729) (03c3e03)
  • asssitant_deleted -> assistant_deleted (#711) (287b51e)

Chores