jar

io.github.artemnefedov : javaai

Maven & Gradle

Jul 28, 2023
17 stars

JavaAI · JavaAI is an open-source Java library for interacting with the OpenAI API

Table Of Contents

Latest Version

Download io.github.artemnefedov : javaai JAR file - Latest Versions:

All Versions

Download io.github.artemnefedov : javaai JAR file - All Versions:

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

io.github.artemnefedov.javaai.service

├─ io.github.artemnefedov.javaai.service.JavaAI.class - [JAR]

io.github.artemnefedov.javaai.dto

├─ io.github.artemnefedov.javaai.dto.Chat.class - [JAR]

├─ io.github.artemnefedov.javaai.dto.ChatMessage.class - [JAR]

├─ io.github.artemnefedov.javaai.dto.Completions.class - [JAR]

├─ io.github.artemnefedov.javaai.dto.ErrorDetails.class - [JAR]

├─ io.github.artemnefedov.javaai.dto.ImageBuilder.class - [JAR]

├─ io.github.artemnefedov.javaai.dto.ModelResponse.class - [JAR]

├─ io.github.artemnefedov.javaai.dto.OpenAIModel.class - [JAR]

io.github.artemnefedov.javaai.exception

├─ io.github.artemnefedov.javaai.exception.JavaAIException.class - [JAR]

io.github.artemnefedov.javaai.service.impl

├─ io.github.artemnefedov.javaai.service.impl.Config.class - [JAR]

├─ io.github.artemnefedov.javaai.service.impl.Connection.class - [JAR]

├─ io.github.artemnefedov.javaai.service.impl.JavaAIImplementation.class - [JAR]

Advertisement