Skip to content

Commit a7851b3

Browse files
committed
2 parents 2ea9692 + 811ba8f commit a7851b3

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@ The first version supports only Openai APIs. It provides a simple and intuitive
66

77

88
# How to use
9-
1. Import the core jar file to your project [intellijava.jar](https://insta-answer-public.s3.amazonaws.com/opensource/IntelliJava/version0.3/com.intellijava.core-0.3.jar).
10-
2. Add gson dependency using maven or the jar file (check the dependencies section).
9+
1. Import the core jar file to your project or add the maven package (check Integration section).
10+
2. Add gson dependency using maven or the jar file (check dependencies section).
1111
3. Call the ``RemoteLanguageModel`` for the language model and ``RemoateImageModel`` for image generation.
1212

13+
## 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+
```
22+
For jar integration download:
23+
[intellijava.jar](https://insta-answer-public.s3.amazonaws.com/opensource/IntelliJava/version0.3/com.intellijava.core-0.3.jar)
24+
1325
## Code Example
1426
**Language model code** (2 steps):
1527
```

0 commit comments

Comments
 (0)