Skip to content

Commit 3a16687

Browse files
authored
1.1.2
1 parent 083c3e3 commit 3a16687

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
![GitHub last commit](https://img.shields.io/github/last-commit/jetkai/openai-for-java)
44
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jetkai/openai-for-java/main.yml)
5-
![GitHub tag checks state](https://img.shields.io/github/checks-status/jetkai/openai-for-java/1.1.1)
65
![GitHub deployments](https://img.shields.io/github/deployments/jetkai/openai-for-java/openai-for-java?label=deployment)
76
[![codecov](https://codecov.io/gh/jetkai/openai-for-java/branch/main/graph/badge.svg?token=2E96DBLLN0)](https://codecov.io/gh/jetkai/openai-for-java)
87
![GitHub issues](https://img.shields.io/github/issues/jetkai/openai-for-java)
@@ -32,21 +31,21 @@
3231
- 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)
3332
- An OpenAI [API Key](https://platform.openai.com/account/api-keys)
3433

35-
## Release `1.1.1`
34+
## Release `1.1.2`
3635

3736
> 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.
3837
3938
```xml
4039
<dependency>
4140
<groupId>io.github.jetkai</groupId>
4241
<artifactId>openai</artifactId>
43-
<version>1.1.1</version>
42+
<version>1.1.2</version>
4443
</dependency>
4544
```
4645

4746
| Binary `(Recommended)` | Binary `(Excluding Dependencies)` | JavaDoc | Sources |
4847
|---------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------------ |
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) < |
48+
| > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.2/openai.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.2/openai-excldeps.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.2/openai-javadoc.jar) < | > [Download](https://github.com/jetkai/openai-for-java/releases/download/1.1.2/openai-sources.jar) < |
5049

5150
## Available API(s) `March 2023`
5251

0 commit comments

Comments
 (0)