client

Basic retrofit client for OpenAI's GPT-3 API

Лицензия

Лицензия

Категории

Категории

Java Языки программирования CLI Взаимодействие с пользователем
Группа

Группа

com.theokanning.openai-gpt3-java
Идентификатор

Идентификатор

client
Последняя версия

Последняя версия

0.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

client
Basic retrofit client for OpenAI's GPT-3 API
Ссылка на сайт

Ссылка на сайт

https://github.com/theokanning/openai-java
Система контроля версий

Система контроля версий

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

Скачать client

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.theokanning.openai-gpt3-java : api jar 0.6.0
com.squareup.retrofit2 : retrofit jar 2.9.0

runtime (2)

Идентификатор библиотеки Тип Версия
com.squareup.retrofit2 : adapter-rxjava2 jar 2.9.0
com.squareup.retrofit2 : converter-jackson jar 2.9.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0