Skip to content

Commit 0c1ae3f

Browse files
authored
update the readme references and badges
1 parent 268e4e0 commit 0c1ae3f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intelligent Java
2-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Barqawiz/IntelliJava)](https://github.com/Barqawiz/IntelliJava/releases)
3-
[![GitHub](https://img.shields.io/github/license/Barqawiz/IntelliJava)](https://opensource.org/licenses/Apache-2.0)
2+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Barqawiz/IntelliJava?style=for-the-badge)](https://github.com/Barqawiz/IntelliJava/releases)
3+
[![GitHub](https://img.shields.io/github/license/Barqawiz/IntelliJava?style=for-the-badge)](https://opensource.org/licenses/Apache-2.0)
44

55

66
Intelligent java (IntelliJava) is the ultimate tool for Java developers looking to integrate with the latest language models and deep learning frameworks. The library provides a simple and intuitive API with convenient methods for sending text input to models like GPT-3 and DALL·E, and receiving generated text or images in return. With just a few lines of code, you can easily access the power of cutting-edge AI models to enhance your projects.
@@ -16,7 +16,8 @@ The supported models:
1616
3. Call the ``RemoteLanguageModel`` for the language models and ``RemoteImageModel`` for image generation.
1717

1818
## Integration
19-
The package released to [Maven Central Repository](https://central.sonatype.com/artifact/io.github.barqawiz/intellijava.core/0.6.2).
19+
20+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.barqawiz/intellijava.core?style=for-the-badge)](https://central.sonatype.com/artifact/io.github.barqawiz/intellijava.core/0.6.2)
2021

2122
Maven:
2223
```xml

0 commit comments

Comments
 (0)