Releases: openai/openai-java
Releases · openai/openai-java
v0.8.0
0.8.0 (2024-12-17)
Full Changelog: v0.7.5...v0.8.0
Features
- api: new o1 and GPT-4o models + preference fine-tuning (#46) (4f2fac5)
Chores
v0.7.5
0.7.5 (2024-12-13)
Full Changelog: v0.7.4...v0.7.5
Chores
- internal: remove unused and expand used wildcard imports (#43) (39bfc4e)
- internal: remove unused and expand used wildcard imports (#44) (7f7e131)
- test: use
JsonValue
instead of JsonString
(#41) (8d2dd03)
v0.7.3
0.7.3 (2024-12-11)
Full Changelog: v0.7.2...v0.7.3
Chores
Styles
- internal: make enum value definitions less verbose (#35) (1effd49)
- internal: move enum identity methods to bottom of class (#37) (7a9d27a)
v0.7.0
0.7.0 (2024-12-04)
Full Changelog: v0.6.0...v0.7.0
Features
Chores
Documentation
- add missing parameter to code snippet (#26) (8e7421f)
v0.6.0
0.6.0 (2024-11-27)
Full Changelog: v0.5.1...v0.6.0
⚠ BREAKING CHANGES
- client: remove duplicated classes
Features
- derive gpg release key's id via gpg itself (#25) (6aad041)
Bug Fixes
- client: remove duplicated classes (8a8f11f)
v0.5.0
0.5.0 (2024-11-25)
Full Changelog: v0.4.0...v0.5.0
Features
- client: add logging when debug env is set (#18) (017aae7)
Documentation
- add note that we're in alpha (#19) (d49cc28)
- readme: add Microsoft Azure section (#17) (8f8165f)
- swap example from
.completions()
to .chat().completions()
(#20) (f0423a7)
Styles
- internal: reorder some params methods and improve consistency of implementations (#15) (8592cda)