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
@NotNull
when appropriate - (Breaking) Parameters that should not be null will throw an exception will given null.
- (Breaking)
ANTHROPIC_CLAUDE2
is renamed toANTHROPIC_CLAUDE2_0
- Files are now uploaded using
InputStream
to avoid loading them into memory.
Full Changelog: 2.3.1...3.0.0