Replies: 2 comments 2 replies
-
Hi, in my settings.gradle file this are the repositories that make them work pluginManagement { |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, you can use the following: <dependencies>
<dependency>
<groupId>com.aallam.openai</groupId>
<artifactId>openai-client-jvm</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-okhttp</artifactId>
<version>2.2.1</version>
</dependency>
</dependencies> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have a question about import the library with maven, is it possible ?
I tested to import this, but differents methods can't be called.
Any ideas ?
Thank for any responses and have a nice day
Beta Was this translation helpful? Give feedback.
All reactions