jar

com.cjcrafter : openai

Maven & Gradle

May 20, 2023
66 stars

OpenAI Java API · Access OpenAI's API without the raw JSON/HTTPS requests

Table Of Contents

Latest Version

Download com.cjcrafter : openai JAR file - Latest Versions:

All Versions

Download com.cjcrafter : openai JAR file - All Versions:

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

com.cjcrafter.openai.exception

├─ com.cjcrafter.openai.exception.InvalidRequestError.class - [JAR]

├─ com.cjcrafter.openai.exception.OpenAIError.class - [JAR]

├─ com.cjcrafter.openai.exception.UnknownError.class - [JAR]

├─ com.cjcrafter.openai.exception.WrappedIOError.class - [JAR]

com.cjcrafter.openai.chat

├─ com.cjcrafter.openai.chat.ChatBot.class - [JAR]

├─ com.cjcrafter.openai.chat.ChatChoice.class - [JAR]

├─ com.cjcrafter.openai.chat.ChatChoiceChunk.class - [JAR]

├─ com.cjcrafter.openai.chat.ChatMessage.class - [JAR]

├─ com.cjcrafter.openai.chat.ChatRequest.class - [JAR]

├─ com.cjcrafter.openai.chat.ChatResponse.class - [JAR]

├─ com.cjcrafter.openai.chat.ChatResponseChunk.class - [JAR]

├─ com.cjcrafter.openai.chat.ChatUsage.class - [JAR]

├─ com.cjcrafter.openai.chat.ChatUser.class - [JAR]

com.cjcrafter.openai.gson

├─ com.cjcrafter.openai.gson.ChatChoiceChunkAdapter.class - [JAR]

├─ com.cjcrafter.openai.gson.ChatUserAdapter.class - [JAR]

├─ com.cjcrafter.openai.gson.FinishReasonAdapter.class - [JAR]

com.cjcrafter.openai.completions

├─ com.cjcrafter.openai.completions.CompletionChoice.class - [JAR]

├─ com.cjcrafter.openai.completions.CompletionChoiceChunk.class - [JAR]

├─ com.cjcrafter.openai.completions.CompletionRequest.class - [JAR]

├─ com.cjcrafter.openai.completions.CompletionResponse.class - [JAR]

├─ com.cjcrafter.openai.completions.CompletionResponseChunk.class - [JAR]

├─ com.cjcrafter.openai.completions.CompletionUsage.class - [JAR]

com.cjcrafter.openai

├─ com.cjcrafter.openai.AzureOpenAI.class - [JAR]

├─ com.cjcrafter.openai.FinishReason.class - [JAR]

├─ com.cjcrafter.openai.OpenAI.class - [JAR]

├─ com.cjcrafter.openai.OpenAICallback.class - [JAR]