jar

io.github.stefanbratanov : chatjpt

Maven & Gradle

Dec 25, 2023
59 stars

ChatJPT · A minimalistic Java client for the OpenAI API

Table Of Contents

Latest Version

Download io.github.stefanbratanov : chatjpt JAR file - Latest Versions:

All Versions

Download io.github.stefanbratanov : chatjpt JAR file - All Versions:

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

io.github.stefanbratanov.chatjpt

├─ io.github.stefanbratanov.chatjpt.ChatClient.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.ChatJPT.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.ChatJPTObjectMapper.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.ChatRequest.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.ChatResponse.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.Constants.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.DeletionStatus.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.Endpoint.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.Message.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.Model.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.ModelsClient.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.OpenAIClient.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.OpenAIException.class - [JAR]

├─ io.github.stefanbratanov.chatjpt.Utils.class - [JAR]