jar

com.shahabkondri : chat-gpt-api

Maven & Gradle

Mar 22, 2023
1 stars

chat-gpt-api · ChatGPT API

Table Of Contents

Latest Version

Download com.shahabkondri : chat-gpt-api JAR file - Latest Versions:

All Versions

Download com.shahabkondri : chat-gpt-api JAR file - All Versions:

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

com.shahabkondri.chatgpt.api.model

├─ com.shahabkondri.chatgpt.api.model.ChatGptRequest.class - [JAR]

├─ com.shahabkondri.chatgpt.api.model.ChatGptResponse.class - [JAR]

├─ com.shahabkondri.chatgpt.api.model.MessageRole.class - [JAR]

├─ com.shahabkondri.chatgpt.api.model.TextCompletionModel.class - [JAR]

com.shahabkondri.chatgpt.api.client

├─ com.shahabkondri.chatgpt.api.client.ChatGptClient.class - [JAR]

com.shahabkondri.chatgpt.api.configuration

├─ com.shahabkondri.chatgpt.api.configuration.ChatGptAutoConfiguration.class - [JAR]

├─ com.shahabkondri.chatgpt.api.configuration.OpenApiProperties.class - [JAR]

├─ com.shahabkondri.chatgpt.api.configuration.WebClientChatGptCustomizer.class - [JAR]