jar

io.github.kezhenxu94 : chatgpt-java-sdk

Maven & Gradle

May 22, 2023
24 stars

ChatGPT Java SDK · Java SDK for ChatGPT

Table Of Contents

Latest Version

Download io.github.kezhenxu94 : chatgpt-java-sdk JAR file - Latest Versions:

All Versions

Download io.github.kezhenxu94 : chatgpt-java-sdk JAR file - All Versions:

Version Vulnerabilities Size Updated
0.12.x
0.10.x
0.8.x
0.4.x
0.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window chatgpt-java-sdk-0.12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.kezhenxu94.chatgpt.internal

├─ io.github.kezhenxu94.chatgpt.internal.ChatGPTHttpRequest.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.internal.ChatGPTHttpResponse.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.internal.ChatGPTRequestBuilder.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.internal.JsonBodyHandler.class - [JAR]

io.github.kezhenxu94.chatgpt.message

├─ io.github.kezhenxu94.chatgpt.message.AssistantMessage.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.message.Message.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.message.Role.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.message.SystemMessage.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.message.UserMessage.class - [JAR]

io.github.kezhenxu94.chatgpt

├─ io.github.kezhenxu94.chatgpt.ChatGPT.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.ChatGPTBuilder.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.ChatGPTImpl.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.Conversation.class - [JAR]

├─ io.github.kezhenxu94.chatgpt.ConversationImpl.class - [JAR]

Advertisement