File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ GitHub last commit] ( https://img.shields.io/github/last-commit/jetkai/openai-for-java )
4
4
![ 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 )
6
5
![ GitHub deployments] ( https://img.shields.io/github/deployments/jetkai/openai-for-java/openai-for-java?label=deployment )
7
6
[ ![ codecov] ( https://codecov.io/gh/jetkai/openai-for-java/branch/main/graph/badge.svg?token=2E96DBLLN0 )] ( https://codecov.io/gh/jetkai/openai-for-java )
8
7
![ GitHub issues] ( https://img.shields.io/github/issues/jetkai/openai-for-java )
32
31
- 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
32
- An OpenAI [ API Key] ( https://platform.openai.com/account/api-keys )
34
33
35
- ## Release ` 1.1.1 `
34
+ ## Release ` 1.1.2 `
36
35
37
36
> 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
37
39
38
``` xml
40
39
<dependency >
41
40
<groupId >io.github.jetkai</groupId >
42
41
<artifactId >openai</artifactId >
43
- <version >1.1.1 </version >
42
+ <version >1.1.2 </version >
44
43
</dependency >
45
44
```
46
45
47
46
| Binary ` (Recommended) ` | Binary ` (Excluding Dependencies) ` | JavaDoc | Sources |
48
47
| ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
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 ) < |
50
49
51
50
## Available API(s) ` March 2023 `
52
51
You can’t perform that action at this time.
0 commit comments