|
2 | 2 |
|
3 | 3 |  |
4 | 4 |  |
5 | | - |
| 5 | + |
6 | 6 |  |
7 | 7 | [](https://codecov.io/gh/jetkai/openai-for-java) |
8 | 8 |  |
|
32 | 32 | - Java 11 [JDK](https://developers.redhat.com/content-gateway/file/openjdk/11.0.18/java-11-openjdk-11.0.18.10-1.windows.redhat.x86_64.msi) |
33 | 33 | - An OpenAI [API Key](https://platform.openai.com/account/api-keys) |
34 | 34 |
|
35 | | -## Release `1.1.0` |
| 35 | +## Release `1.1.1` |
36 | 36 |
|
37 | 37 | > The dependencies I am using for this project are [`jackson-databind`](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind) for JSON parsing, [`junit-jupiter`](https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api) for testing and [`jacoco`](https://mvnrepository.com/artifact/org.jacoco/jacoco-maven-plugin) for reporting. |
38 | 38 |
|
39 | 39 | ```xml |
40 | 40 | <dependency> |
41 | 41 | <groupId>io.github.jetkai</groupId> |
42 | 42 | <artifactId>openai</artifactId> |
43 | | - <version>1.1.0</version> |
| 43 | + <version>1.1.1</version> |
44 | 44 | </dependency> |
45 | 45 | ``` |
46 | 46 |
|
47 | 47 | | Binary `(Recommended)` | Binary `(Excluding Dependencies)` | JavaDoc | Sources | |
48 | 48 | |---------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------------ | |
49 | | -| > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.0/openai.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.0/openai-excldeps.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.0/openai-javadoc.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.0/openai-sources.jar) < | |
| 49 | +| > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.1/openai.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.1/openai-excldeps.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.1/openai-javadoc.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.1/openai-sources.jar) < | |
50 | 50 |
|
51 | 51 | ## Available API(s) `March 2023` |
52 | 52 |
|
|
0 commit comments