Skip to content

Releases: jetkai/openai-for-java

1.1.2

10 Mar 14:12
3a16687
Compare
Choose a tag to compare

OpenAI For Java

codecov GitHub Workflow Status

Release 1.1.2

  • Encoded changed to UTF-8 in Gradle
  • Encoding enforced to UTF-8 through the http headers
  • ChatGPT example changed from asNormalizedText() to asText() to allow for full support for all languages

1.1.1

08 Mar 20:10
Compare
Choose a tag to compare

OpenAI For Java

codecov GitHub Workflow Status

Release 1.1.1

  • Code optimization
  • Resolved an issue that was causing the createInstance method to null
  • Fixes for incorrect field types
  • Added further testing coverage and exceptions
  • Removed builders that would not be used
  • Removed *.create() for all builders as this was not used

1.1.0

08 Mar 00:05
11b16fc
Compare
Choose a tag to compare

OpenAI For Java

codecov GitHub Workflow Status

Release 1.1.0

  • Rewritten majority of source to be more optimized
  • Builders for all API's
  • Includes Optional<*> & null checks
  • Null reporting + more throws to indicate any potential issues
  • Proxy support You can also set your own HttpClient if you would prefer
  • Moved majority of the classes around and set them to final / protected

1.0.0

05 Mar 06:55
a1953c4
Compare
Choose a tag to compare

OpenAI For Java

codecov GitHub Workflow Status

Release 1.0.0

  • Initial release

Available API(s) March 2023