api

Basic java objects for the OpenAI GPT-3 API

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.theokanning.openai-gpt3-java
ArtifactId

ArtifactId

api
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

api
Basic java objects for the OpenAI 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 api

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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