jar

io.github.hamawhitegg : openai-client

Maven & Gradle

Aug 04, 2023
Table Of Contents

Latest Version

Download io.github.hamawhitegg : openai-client JAR file - Latest Versions:

All Versions

Download io.github.hamawhitegg : openai-client 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 openai-client-0.1.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hw.openai.entity.models

├─ com.hw.openai.entity.models.Model.class - [JAR]

├─ com.hw.openai.entity.models.ModelResp.class - [JAR]

├─ com.hw.openai.entity.models.Permission.class - [JAR]

com.hw.openai.service

├─ com.hw.openai.service.OpenAiService.class - [JAR]

com.hw.openai

├─ com.hw.openai.OpenAiClient.class - [JAR]

com.hw.openai.entity.completions

├─ com.hw.openai.entity.completions.Choice.class - [JAR]

├─ com.hw.openai.entity.completions.Completion.class - [JAR]

├─ com.hw.openai.entity.completions.CompletionResp.class - [JAR]

├─ com.hw.openai.entity.completions.Usage.class - [JAR]

com.hw.openai.utils

├─ com.hw.openai.utils.ProxyUtils.class - [JAR]

com.hw.openai.entity.chat

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

├─ com.hw.openai.entity.chat.ChatCompletion.class - [JAR]

├─ com.hw.openai.entity.chat.ChatCompletionResp.class - [JAR]

├─ com.hw.openai.entity.chat.Message.class - [JAR]

├─ com.hw.openai.entity.chat.Role.class - [JAR]

com.hw.openai.entity.embeddings

├─ com.hw.openai.entity.embeddings.Embedding.class - [JAR]

├─ com.hw.openai.entity.embeddings.EmbeddingData.class - [JAR]

├─ com.hw.openai.entity.embeddings.EmbeddingResp.class - [JAR]