You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# IntelliJava-OpenaiAPI
2
-
*IntelliJava V0.4.0*
2
+
*IntelliJava V0.5.5*
3
3
4
4
IntelliJava allows java developers to easily integrate with the latest language models and deep learning frameworks using few lines of java code.
5
5
The first version supports only Openai APIs. It 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.
@@ -11,15 +11,31 @@ The first version supports only Openai APIs. It provides a simple and intuitive
11
11
3. Call the ``RemoteLanguageModel`` for the language model and ``RemoateImageModel`` for image generation.
12
12
13
13
## Integration
14
+
The package released to [Maven Central Repository](https://central.sonatype.dev/artifact/io.github.barqawiz/intellijava.core/0.5.5).
Copy file name to clipboardExpand all lines: core/com.intellijava.core/pom.xml
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<groupId>io.github.barqawiz</groupId>
8
8
<artifactId>intellijava.core</artifactId>
9
-
<version>0.4.0</version>
9
+
<version>0.5.5</version>
10
10
11
11
<name>Intellijava</name>
12
12
<description>IntelliJava allows java developers to easily integrate with the latest language models, image generation, and deep learning frameworks.</description>
0 commit comments