Skip to content

Commit b456b96

Browse files
committed
2 parents 89785a3 + 2111395 commit b456b96

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ The first version supports only Openai APIs. It provides a simple and intuitive
1111
3. Call the ``RemoteLanguageModel`` for the language model and ``RemoateImageModel`` for image generation.
1212

1313
## Integration
14-
For maven:
15-
```
16-
<dependency>
17-
<groupId>com.intellijava</groupId>
18-
<artifactId>com.intellijava.core</artifactId>
19-
<version>0.3</version>
20-
</dependency>
21-
```
14+
2215
For jar integration download:
23-
[intellijava.jar](https://insta-answer-public.s3.amazonaws.com/opensource/IntelliJava/version0.3/com.intellijava.core-0.3.jar)
16+
[intellijava.jar](https://insta-answer-public.s3.amazonaws.com/opensource/IntelliJava/version0.3/com.intellijava.core-0.3.jar).
17+
18+
For maven:
19+
[Add github dependency package](https://github.com/Barqawiz/IntelliJava/packages/1767035).
20+
21+
For ready integration: try the sample_code.
2422

2523
## Code Example
2624
**Language model code** (2 steps):

0 commit comments

Comments
 (0)