This repository was archived by the owner on Apr 1, 2025. It is now read-only.
3.0.0
What's Changed
Added:
client.files().upload(),client.transcripts().submit(), andclient.transcripts().transcribe()now accept anInputStream
Changes:
- (Breaking) Parameters are annotated with
@NotNullwhen appropriate - (Breaking) Parameters that should not be null will throw an exception will given null.
- (Breaking)
ANTHROPIC_CLAUDE2is renamed toANTHROPIC_CLAUDE2_0 - Files are now uploaded using
InputStreamto avoid loading them into memory.
Full Changelog: 2.3.1...3.0.0