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.1.jar download
service-0.16.1.pom download
service-0.16.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.theokanning.openai-gpt3-java</groupId>
  <artifactId>service</artifactId>
  <version>0.16.1</version>
</dependency>
Gradle Groovy
implementation 'com.theokanning.openai-gpt3-java:service:0.16.1'
Gradle Kotlin
implementation("com.theokanning.openai-gpt3-java:service:0.16.1")
Scala SBT
libraryDependencies += "com.theokanning.openai-gpt3-java" % "service" % "0.16.1"
Groovy Grape
@Grapes(
  @Grab(group='com.theokanning.openai-gpt3-java', module='service', version='0.16.1')
)
Apache Ivy
<dependency org="com.theokanning.openai-gpt3-java" name="service" rev="0.16.1" />
Leiningen
[com.theokanning.openai-gpt3-java/service "0.16.1"]
Apache Buildr
'com.theokanning.openai-gpt3-java:service:jar:0.16.1'