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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,22 @@ The first version supports only Openai APIs. It provides a simple and intuitive
6
6
7
7
8
8
# 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).
11
11
3. Call the ``RemoteLanguageModel`` for the language model and ``RemoateImageModel`` for image generation.
0 commit comments