Skip to content

Commit

Permalink
Add clarification for Android support
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov authored Dec 16, 2024
1 parent 8b93264 commit a08c0cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
A minimalistic unofficial [OpenAI API](https://platform.openai.com/docs/api-reference) client for the JVM, written in
Java. The only dependency used is [Jackson](https://github.com/FasterXML/jackson) for JSON parsing.

## Add dependency
## Requirements

jvm-openai works on Java 17+. Android support is not yet available.

Java 17+ is a prerequisite
## Add dependency

### Gradle

Expand Down

0 comments on commit a08c0cc

Please sign in to comment.