jar

br.com.rcaneppele.openai : simple-openai-client

Maven & Gradle

Dec 26, 2023
64 stars

simple-openai-client · A simple Java library for seamless integration of your Java applications with OpenAI API

Table Of Contents

Latest Version

Download br.com.rcaneppele.openai : simple-openai-client JAR file - Latest Versions:

All Versions

Download br.com.rcaneppele.openai : simple-openai-client JAR file - All Versions:

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

br.com.rcaneppele.openai.common.json

├─ br.com.rcaneppele.openai.common.json.JsonConverter.class - [JAR]

├─ br.com.rcaneppele.openai.common.json.ObjectMapperCreator.class - [JAR]

br.com.rcaneppele.openai.chatcompletion.response

├─ br.com.rcaneppele.openai.chatcompletion.response.ChatCompletionResponse.class - [JAR]

├─ br.com.rcaneppele.openai.chatcompletion.response.ChatCompletionResponseBuilder.class - [JAR]

br.com.rcaneppele.openai.error.exception

├─ br.com.rcaneppele.openai.error.exception.APIKeyException.class - [JAR]

├─ br.com.rcaneppele.openai.error.exception.BadRequestException.class - [JAR]

├─ br.com.rcaneppele.openai.error.exception.RateLimitException.class - [JAR]

├─ br.com.rcaneppele.openai.error.exception.ServiceUnavailableException.class - [JAR]

├─ br.com.rcaneppele.openai.error.exception.TimeoutException.class - [JAR]

br.com.rcaneppele.openai.common

├─ br.com.rcaneppele.openai.common.OpenAIModel.class - [JAR]

├─ br.com.rcaneppele.openai.common.TokenUsage.class - [JAR]

br.com.rcaneppele.openai.chatcompletion.request

├─ br.com.rcaneppele.openai.chatcompletion.request.ChatCompletionRequest.class - [JAR]

├─ br.com.rcaneppele.openai.chatcompletion.request.ChatCompletionRequestBuilder.class - [JAR]

├─ br.com.rcaneppele.openai.chatcompletion.request.ChatCompletionRequestSender.class - [JAR]

br.com.rcaneppele.openai.common.message

├─ br.com.rcaneppele.openai.common.message.ChatCompletionChoice.class - [JAR]

├─ br.com.rcaneppele.openai.common.message.ChatMessage.class - [JAR]

├─ br.com.rcaneppele.openai.common.message.LogProbability.class - [JAR]

├─ br.com.rcaneppele.openai.common.message.LogProbabilityContent.class - [JAR]

br.com.rcaneppele.openai

├─ br.com.rcaneppele.openai.OpenAIClient.class - [JAR]

br.com.rcaneppele.openai.error

├─ br.com.rcaneppele.openai.error.APIError.class - [JAR]

├─ br.com.rcaneppele.openai.error.APIErrorHandler.class - [JAR]

├─ br.com.rcaneppele.openai.error.APIErrorResponse.class - [JAR]

br.com.rcaneppele.openai.http

├─ br.com.rcaneppele.openai.http.DefaultContentTypeInterceptor.class - [JAR]

├─ br.com.rcaneppele.openai.http.ExceptionHandlerInterceptor.class - [JAR]

├─ br.com.rcaneppele.openai.http.HttpClientBuilder.class - [JAR]