Skip to content

Commit 281497c

Browse files
haesleinhuepfctrueden
authored andcommitted
Add chatGPT libraries to pom
Signed-off-by: Curtis Rueden <[email protected]>
1 parent 9deba3a commit 281497c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@
207207
<groupId>com.formdev</groupId>
208208
<artifactId>flatlaf</artifactId>
209209
</dependency>
210+
211+
<dependency>
212+
<groupId>com.theokanning.openai-gpt3-java</groupId>
213+
<artifactId>client</artifactId>
214+
<version>0.14.0</version>
215+
</dependency>
210216
</dependencies>
211217

212218
<repositories>

0 commit comments

Comments
 (0)