You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(ci): run on more branches and use depot runners
* chore(ci): only use depot for staging repos
* docs: add responses input file example (#446)
* ResponseInputFileExample.java
* add example PDF file and fix lint
* refactor: rename example file
* refactor: slight example chnages
---------
Co-authored-by: Tomer Aberbach <[email protected]>
* fix(client): add missing convenience methods
chore(internal): use `byteInputStream()` in tests
* chore: run formatter
* chore(internal): java 17 -> 21 on ci
* release: 1.5.1
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: nuclear bean <[email protected]>
Co-authored-by: Tomer Aberbach <[email protected]>
The OpenAI Java SDK provides convenient access to the [OpenAI REST API](https://platform.openai.com/docs) from applications written in Java.
11
11
12
12
<!-- x-release-please-start-version -->
13
13
14
-
The REST API documentation can be found on [platform.openai.com](https://platform.openai.com/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.openai/openai-java/1.5.0).
14
+
The REST API documentation can be found on [platform.openai.com](https://platform.openai.com/docs). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.openai/openai-java/1.5.1).
15
15
16
16
<!-- x-release-please-end -->
17
17
@@ -22,7 +22,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfor
0 commit comments