Skip to content

Commit 23eb658

Browse files
docs: don't mention a non-existent SDK (#120)
1 parent 7c7795c commit 23eb658

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
The OpenAI Java SDK provides convenient access to the OpenAI REST API from applications written in Java. It includes helper classes with helpful types and documentation for every request and response property.
1717

18-
The OpenAI Java SDK is similar to the OpenAI Kotlin SDK but with minor differences that make it more ergonomic for use in Java, such as `Optional` instead of nullable values, `Stream` instead of `Sequence`, and `CompletableFuture` instead of suspend functions.
19-
2018
## Documentation
2119

2220
The REST API documentation can be found on [platform.openai.com](https://platform.openai.com/docs).

0 commit comments

Comments
 (0)