| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования CLI Взаимодействие с пользователем |
| Группа | Группаcom.theokanning.openai-gpt3-java |
| Идентификатор | Идентификаторclient |
| Последняя версия | Последняя версия0.6.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеclient
Basic retrofit client for OpenAI's GPT-3 API
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.theokanning.openai-gpt3-java : api | jar | 0.6.0 |
| com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.squareup.retrofit2 : adapter-rxjava2 | jar | 2.9.0 |
| com.squareup.retrofit2 : converter-jackson | jar | 2.9.0 |