Releases: openai/openai-python
Releases Β· openai/openai-python
v1.3.6
29 Nov 01:31
Compare
Sorry, something went wrong.
No results found
v1.3.5
22 Nov 17:45
Compare
Sorry, something went wrong.
No results found
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
v1.3.4
21 Nov 08:29
Compare
Sorry, something went wrong.
No results found
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 )
v1.3.3
17 Nov 23:36
Compare
Sorry, something went wrong.
No results found
v1.3.2
16 Nov 20:00
Compare
Sorry, something went wrong.
No results found
v1.3.1
16 Nov 17:31
Compare
Sorry, something went wrong.
No results found
v1.3.0
15 Nov 18:12
Compare
Sorry, something went wrong.
No results found
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
v1.2.4
13 Nov 18:25
Compare
Sorry, something went wrong.
No results found
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 )
v1.2.3
10 Nov 18:52
Compare
Sorry, something went wrong.
No results found
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
v1.2.2
09 Nov 21:48
Compare
Sorry, something went wrong.
No results found
1.2.2 (2023-11-09)
Full Changelog: v1.2.1...v1.2.2
Bug Fixes
client: correctly assign error properties (#759 ) (ef264d2 )
Documentation