Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Releases: TheoKanning/openai-java

0.11.1

16 Mar 03:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.0...0.11.1

0.11.0

02 Mar 21:49
2765bfa
Compare
Choose a tag to compare

Adds ChatGPT support!

What's Changed

New Contributors

Full Changelog: 0.10.0...0.11.0

0.10.0

13 Feb 21:06
2c6ed51
Compare
Choose a tag to compare

Added a new service library that will hold OpenAiService from now on. Marked old OpenAiService class as deprecated.

New OpenAiService can read server errors and show them in the stack trace, so debugging should be much easier.

What's Changed

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

08 Jan 15:25
c55aba9
Compare
Choose a tag to compare

Added image generation, editing, and variations.

What's Changed

New Contributors

Full Changelog: 0.8.1...0.9.0

0.8.1

04 Dec 19:48
48cd727
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

22 Aug 19:44
83df513
Compare
Choose a tag to compare
  • Added support for Model and Moderation endpoints
  • Added new v1/completions, v1/edits, and v1/embeddings endpoints
  • Marked old endpoints as deprecated

What's Changed

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

29 Jun 16:59
6f5a4ad
Compare
Choose a tag to compare

Added timeout parameter to OpenAiService constructor

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

28 Apr 21:59
9e0a26b
Compare
Choose a tag to compare

Added support for the remaining OpenAI services

What's Changed

Full Changelog: 0.5.0...0.6.0

0.5.0

28 Apr 20:01
Compare
Choose a tag to compare

Add file and fine-tune api support

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

06 Oct 23:17
Compare
Choose a tag to compare

Add sources and javadoc artifacts