From 3a16687a1ce5d02f61b564ff26948a6cfe465411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20o=28=28=CF=89=20=29=29o?= Date: Fri, 10 Mar 2023 14:08:42 +0000 Subject: [PATCH] 1.1.2 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e47e3ef..23130c6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ![GitHub last commit](https://img.shields.io/github/last-commit/jetkai/openai-for-java) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jetkai/openai-for-java/main.yml) -![GitHub tag checks state](https://img.shields.io/github/checks-status/jetkai/openai-for-java/1.1.1) ![GitHub deployments](https://img.shields.io/github/deployments/jetkai/openai-for-java/openai-for-java?label=deployment) [![codecov](https://codecov.io/gh/jetkai/openai-for-java/branch/main/graph/badge.svg?token=2E96DBLLN0)](https://codecov.io/gh/jetkai/openai-for-java) ![GitHub issues](https://img.shields.io/github/issues/jetkai/openai-for-java) @@ -32,7 +31,7 @@ - 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) - An OpenAI [API Key](https://platform.openai.com/account/api-keys) -## Release `1.1.1` +## Release `1.1.2` > 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. @@ -40,13 +39,13 @@ io.github.jetkai openai - 1.1.1 + 1.1.2 ``` | Binary `(Recommended)` | Binary `(Excluding Dependencies)` | JavaDoc | Sources | |---------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------------ | -| > [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) < | +| > [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) < | ## Available API(s) `March 2023`