jar

io.github.jan-tennert : openai-kt-jvm

Maven & Gradle

Mar 03, 2023

OpenAI-KT · Kotlin Multiplatform SDK for OpenAI's API

Table Of Contents

Latest Version

Download io.github.jan-tennert : openai-kt-jvm JAR file - Latest Versions:

All Versions

Download io.github.jan-tennert : openai-kt-jvm JAR file - All Versions:

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

io.github.jan.openai.chat

├─ io.github.jan.openai.chat.ChatMessageData.class - [JAR]

├─ io.github.jan.openai.chat.ChatModule.class - [JAR]

├─ io.github.jan.openai.chat.ChatRequestData.class - [JAR]

├─ io.github.jan.openai.chat.ChatResponseChoice.class - [JAR]

├─ io.github.jan.openai.chat.ChatResponseData.class - [JAR]

├─ io.github.jan.openai.chat.ChatSession.class - [JAR]

├─ io.github.jan.openai.chat.ChatStatus.class - [JAR]

io.github.jan.openai

├─ io.github.jan.openai.OpenAIClientImpl.class - [JAR]

├─ io.github.jan.openai.OpenAIClientKt.class - [JAR]

├─ io.github.jan.openai.OpenAiClient.class - [JAR]

├─ io.github.jan.openai.OpenAiModel.class - [JAR]

├─ io.github.jan.openai.UsageData.class - [JAR]