From d08cb2e946bbcc5f86355b12581e738621feebf6 Mon Sep 17 00:00:00 2001 From: Sashir Estela Date: Sat, 2 Sep 2023 04:03:23 +0000 Subject: [PATCH 1/2] State it's a community-maintained library --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7159095d..b8b21a42 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A Java library to use the OpenAI Api in the simplest possible way. ## 💡 Description -Simple-OpenAI is a Java http client library for sending requests to and receiving responses from the [OpenAI Api](https://platform.openai.com/docs/api-reference). It exposes a consistent interface across all the services, yet as simple as you can find in other languages like Python or NodeJs. +Simple-OpenAI is a Java http client library for sending requests to and receiving responses from the [OpenAI Api](https://platform.openai.com/docs/api-reference). It exposes a consistent interface across all the services, yet as simple as you can find in other languages like Python or NodeJs. It's a _community-maintained_ library. Simple-OpenAI uses the standard Java library [HttpClient](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html) for http communication, [Jackson](https://github.com/FasterXML/jackson) for Json parsing, and [Lombok](https://projectlombok.org/) to minimize boilerplate code. @@ -23,7 +23,7 @@ You can install Simple-OpenAI by adding the following dependency to your Maven p io.github.sashirestela simple-openai - 0.1.0 + 0.2.1 ``` @@ -31,7 +31,7 @@ Or alternatively using Gradle: ```groovy dependencies { - implementation 'io.github.sashirestela:simple-openai:0.1.0' + implementation 'io.github.sashirestela:simple-openai:0.2.1' } ``` From 963e520c3d472223bf1a3126236eb8beeada4962 Mon Sep 17 00:00:00 2001 From: Sashir Estela Date: Sat, 2 Sep 2023 04:03:46 +0000 Subject: [PATCH 2/2] Deploy release 0.2.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a6f5f94b..2ecb3ff9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.sashirestela simple-openai - 0.2.0 + 0.2.1 jar simple-openai