Skip to content

3.0.0

Compare
Choose a tag to compare
@Swimburger Swimburger released this 03 Oct 19:18
· 7 commits to main since this release
cefda91

What's Changed

Added:

  • client.files().upload(), client.transcripts().submit(), and client.transcripts().transcribe() now accept an InputStream

Changes:

  • (Breaking) Parameters are annotated with @NotNull when appropriate
  • (Breaking) Parameters that should not be null will throw an exception will given null.
  • (Breaking) ANTHROPIC_CLAUDE2 is renamed to ANTHROPIC_CLAUDE2_0
  • Files are now uploaded using InputStream to avoid loading them into memory.

Full Changelog: 2.3.1...3.0.0