Skip to content

Commit 68aa6c2

Browse files
committed
update README.md
1 parent f7981d2 commit 68aa6c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# JavaAI is an open-source Java library for interacting with the OpenAI API
2-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.artemnefedov/openaisdk.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.artemnefedov%22%20AND%20a:%22openaisdk%22)
2+
3+
[//]: # ([![Maven Central](https://img.shields.io/maven-central/v/io.github.artemnefedov/openaisdk.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.artemnefedov%22%20AND%20a:%22openaisdk%22) )
34
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
45

56
## The JavaAI Java SDK is a non-official open source library that allows Java developers to interact with OpenAI models with just a few lines of code.
@@ -12,6 +13,9 @@ Any help is welcome, I am always open to new ideas and criticism.
1213

1314

1415
### 1. Import the library into your project.
16+
17+
_The package released to [Maven Central Repository](https://central.sonatype.com/artifact/io.github.artemnefedov/javaai/0.2.3/)_
18+
1519
#### Maven:
1620
```xml
1721
<dependency>

0 commit comments

Comments
 (0)