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
Copy file name to clipboardExpand all lines: README.md
+5-12
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,17 @@
1
1
# OpenAI Java API Library
2
2
3
-
> [!NOTE]
4
-
> The OpenAI Java API Library is currently in _beta_.
5
-
>
6
-
> There may be minor breaking changes.
7
-
>
8
-
> Have thoughts or feedback? [File an issue](https://github.com/openai/openai-java/issues/new) or comment on [this thread](https://community.openai.com/t/your-feedback-requested-java-sdk/1061029).
The OpenAI Java SDK provides convenient access to the [OpenAI REST API](https://platform.openai.com/docs) from applications written in Java.
18
11
19
12
<!-- x-release-please-start-version -->
20
13
21
-
The REST API documentation can be found on [platform.openai.com](https://platform.openai.com/docs). Javadocs are also available on [javadoc.io](https://javadoc.io/doc/com.openai/openai-java/0.45.0).
14
+
The REST API documentation can be found on [platform.openai.com](https://platform.openai.com/docs). Javadocs are also available on [javadoc.io](https://javadoc.io/doc/com.openai/openai-java/1.0.0).
22
15
23
16
<!-- x-release-please-end -->
24
17
@@ -29,7 +22,7 @@ The REST API documentation can be found on [platform.openai.com](https://platfor
0 commit comments