s

service

Basic service to create and use an OpenAI retrofit client
https://github.com/theokanning/openai-java
The MIT License
Theo Kanning
Files download
File Operation
service-0.16.0.jar download
service-0.16.0.pom download
service-0.16.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.theokanning.openai-gpt3-java</groupId>
  <artifactId>service</artifactId>
  <version>0.16.0</version>
</dependency>
Gradle Groovy
implementation 'com.theokanning.openai-gpt3-java:service:0.16.0'
Gradle Kotlin
implementation("com.theokanning.openai-gpt3-java:service:0.16.0")
Scala SBT
libraryDependencies += "com.theokanning.openai-gpt3-java" % "service" % "0.16.0"
Groovy Grape
@Grapes(
  @Grab(group='com.theokanning.openai-gpt3-java', module='service', version='0.16.0')
)
Apache Ivy
<dependency org="com.theokanning.openai-gpt3-java" name="service" rev="0.16.0" />
Leiningen
[com.theokanning.openai-gpt3-java/service "0.16.0"]
Apache Buildr
'com.theokanning.openai-gpt3-java:service:jar:0.16.0'