View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]