Openai Java Versions Save

OpenAI Api Client in Java

0.11.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TheoKanning/openai-java/compare/0.11.0...0.11.1

0.11.0

1 year ago

Adds ChatGPT support!

What's Changed

New Contributors

Full Changelog: https://github.com/TheoKanning/openai-java/compare/0.10.0...0.11.0

0.10.0

1 year ago

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: https://github.com/TheoKanning/openai-java/compare/0.9.0...0.10.0

0.9.0

1 year ago

Added image generation, editing, and variations.

What's Changed

New Contributors

Full Changelog: https://github.com/TheoKanning/openai-java/compare/0.8.1...0.9.0

0.8.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TheoKanning/openai-java/compare/0.8.0...0.8.1

0.8.0

1 year ago
  • 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: https://github.com/TheoKanning/openai-java/compare/0.7.0...0.8.0

0.7.0

1 year ago

Added timeout parameter to OpenAiService constructor

What's Changed

Full Changelog: https://github.com/TheoKanning/openai-java/compare/0.6.0...0.7.0

0.6.0

2 years ago

Added support for the remaining OpenAI services

What's Changed

Full Changelog: https://github.com/TheoKanning/openai-java/compare/0.5.0...0.6.0

0.5.0

2 years ago

Add file and fine-tune api support

What's Changed

Full Changelog: https://github.com/TheoKanning/openai-java/compare/0.4.0...0.5.0

0.4.0

3 years ago

Add sources and javadoc artifacts