jar

com.lilittlecat : chatgpt

Maven & Gradle

Apr 24, 2023
85 stars

ChatGPT · A Java client for the ChatGPT API.

Table Of Contents

Latest Version

Download com.lilittlecat : chatgpt JAR file - Latest Versions:

All Versions

Download com.lilittlecat : chatgpt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.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-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lilittlecat.chatgpt.offical

├─ com.lilittlecat.chatgpt.offical.ChatGPT.class - [JAR]

com.lilittlecat.chatgpt.unoffical

├─ com.lilittlecat.chatgpt.unoffical.OpenAi.class - [JAR]

├─ com.lilittlecat.chatgpt.unoffical.UnofficialChatGPT.class - [JAR]

com.lilittlecat.chatgpt.offical.exception

├─ com.lilittlecat.chatgpt.offical.exception.BizException.class - [JAR]

├─ com.lilittlecat.chatgpt.offical.exception.Error.class - [JAR]

com.lilittlecat.chatgpt.offical.entity

├─ com.lilittlecat.chatgpt.offical.entity.ChatCompletionRequestBody.class - [JAR]

├─ com.lilittlecat.chatgpt.offical.entity.ChatCompletionResponseBody.class - [JAR]

├─ com.lilittlecat.chatgpt.offical.entity.Constant.class - [JAR]

├─ com.lilittlecat.chatgpt.offical.entity.Message.class - [JAR]

├─ com.lilittlecat.chatgpt.offical.entity.Model.class - [JAR]

Advertisement