client

Basic retrofit client for OpenAI's GPT-3 API

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.theokanning.openai-gpt3-java
ArtifactId

ArtifactId

client
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

client
Basic retrofit client for OpenAI's GPT-3 API
Project URL

Project URL

https://github.com/theokanning/openai-java
Source Code Management

Source Code Management

https://github.com/theokanning/openai-java

Download client

How to add to project

<!-- https://jarcasting.com/artifacts/com.theokanning.openai-gpt3-java/client/ -->
<dependency>
    <groupId>com.theokanning.openai-gpt3-java</groupId>
    <artifactId>client</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.theokanning.openai-gpt3-java/client/
implementation 'com.theokanning.openai-gpt3-java:client:0.6.0'
// https://jarcasting.com/artifacts/com.theokanning.openai-gpt3-java/client/
implementation ("com.theokanning.openai-gpt3-java:client:0.6.0")
'com.theokanning.openai-gpt3-java:client:jar:0.6.0'
<dependency org="com.theokanning.openai-gpt3-java" name="client" rev="0.6.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theokanning.openai-gpt3-java', module='client', version='0.6.0')
)
libraryDependencies += "com.theokanning.openai-gpt3-java" % "client" % "0.6.0"
[com.theokanning.openai-gpt3-java/client "0.6.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.theokanning.openai-gpt3-java : api jar 0.6.0
com.squareup.retrofit2 : retrofit jar 2.9.0

runtime (2)

Group / Artifact Type Version
com.squareup.retrofit2 : adapter-rxjava2 jar 2.9.0
com.squareup.retrofit2 : converter-jackson jar 2.9.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0