jar

com.github.plexpt : chatgpt

Maven & Gradle

Jun 16, 2023
3.4k stars

chatgpt · ChatGPT4.0、 ChatGPT Java SDK.

Table Of Contents

Latest Version

Download com.github.plexpt : chatgpt JAR file - Latest Versions:

All Versions

Download com.github.plexpt : chatgpt JAR file - All Versions:

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

com.plexpt.chatgpt.entity.billing

├─ com.plexpt.chatgpt.entity.billing.CreditGrantsResponse.class - [JAR]

├─ com.plexpt.chatgpt.entity.billing.Datum.class - [JAR]

├─ com.plexpt.chatgpt.entity.billing.Grants.class - [JAR]

├─ com.plexpt.chatgpt.entity.billing.SubscriptionData.class - [JAR]

├─ com.plexpt.chatgpt.entity.billing.Usage.class - [JAR]

├─ com.plexpt.chatgpt.entity.billing.UseageResponse.class - [JAR]

com.plexpt.chatgpt.exception

├─ com.plexpt.chatgpt.exception.ChatException.class - [JAR]

com.plexpt.chatgpt.util

├─ com.plexpt.chatgpt.util.ChatContextHolder.class - [JAR]

├─ com.plexpt.chatgpt.util.Proxys.class - [JAR]

├─ com.plexpt.chatgpt.util.SseHelper.class - [JAR]

├─ com.plexpt.chatgpt.util.TokensUtil.class - [JAR]

com.plexpt.chatgpt.entity

├─ com.plexpt.chatgpt.entity.BaseResponse.class - [JAR]

com.plexpt.chatgpt.listener

├─ com.plexpt.chatgpt.listener.AbstractStreamListener.class - [JAR]

├─ com.plexpt.chatgpt.listener.ConsoleStreamListener.class - [JAR]

├─ com.plexpt.chatgpt.listener.SseStreamListener.class - [JAR]

com.plexpt.chatgpt.api

├─ com.plexpt.chatgpt.api.Api.class - [JAR]

com.plexpt.chatgpt

├─ com.plexpt.chatgpt.ChatGPT.class - [JAR]

├─ com.plexpt.chatgpt.ChatGPTStream.class - [JAR]

├─ com.plexpt.chatgpt.ConsoleChatGPT.class - [JAR]

com.plexpt.chatgpt.entity.chat

├─ com.plexpt.chatgpt.entity.chat.ChatChoice.class - [JAR]

├─ com.plexpt.chatgpt.entity.chat.ChatCompletion.class - [JAR]

├─ com.plexpt.chatgpt.entity.chat.ChatCompletionResponse.class - [JAR]

├─ com.plexpt.chatgpt.entity.chat.ChatFunction.class - [JAR]

├─ com.plexpt.chatgpt.entity.chat.FunctionCallResult.class - [JAR]

├─ com.plexpt.chatgpt.entity.chat.Message.class - [JAR]

Advertisement