License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.theokanning.openai-gpt3-java |
ArtifactId | ArtifactIdclient |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionclient
Basic retrofit client for OpenAI's GPT-3 API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
client-0.6.0.pom | |
client-0.6.0.jar | 3 KB |
client-0.6.0-sources.jar | 2 KB |
client-0.6.0-javadoc.jar | 390 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.theokanning.openai-gpt3-java : api | jar | 0.6.0 |
com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : adapter-rxjava2 | jar | 2.9.0 |
com.squareup.retrofit2 : converter-jackson | jar | 2.9.0 |