jar

com.unfbx : chatgpt-java

Maven & Gradle

Aug 21, 2023
3.3k stars

chatgpt-java · OpenAI Java SDK, OpenAI Api for Java. ChatGPT Java SDK .

Table Of Contents

Latest Version

Download com.unfbx : chatgpt-java JAR file - Latest Versions:

All Versions

Download com.unfbx : chatgpt-java JAR file - All Versions:

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

com.unfbx.chatgpt.plugin

├─ com.unfbx.chatgpt.plugin.PluginAbstract.class - [JAR]

├─ com.unfbx.chatgpt.plugin.PluginParam.class - [JAR]

com.unfbx.chatgpt.entity.completions

├─ com.unfbx.chatgpt.entity.completions.Completion.class - [JAR]

├─ com.unfbx.chatgpt.entity.completions.CompletionResponse.class - [JAR]

com.unfbx.chatgpt.entity.images

├─ com.unfbx.chatgpt.entity.images.Image.class - [JAR]

├─ com.unfbx.chatgpt.entity.images.ImageEdit.class - [JAR]

├─ com.unfbx.chatgpt.entity.images.ImageResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.images.ImageVariations.class - [JAR]

├─ com.unfbx.chatgpt.entity.images.Item.class - [JAR]

├─ com.unfbx.chatgpt.entity.images.ResponseFormat.class - [JAR]

├─ com.unfbx.chatgpt.entity.images.SizeEnum.class - [JAR]

com.unfbx.chatgpt.entity.chat

├─ com.unfbx.chatgpt.entity.chat.ChatChoice.class - [JAR]

├─ com.unfbx.chatgpt.entity.chat.ChatCompletion.class - [JAR]

├─ com.unfbx.chatgpt.entity.chat.ChatCompletionResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.chat.FunctionCall.class - [JAR]

├─ com.unfbx.chatgpt.entity.chat.Functions.class - [JAR]

├─ com.unfbx.chatgpt.entity.chat.Message.class - [JAR]

├─ com.unfbx.chatgpt.entity.chat.Parameters.class - [JAR]

com.unfbx.chatgpt.entity.embeddings

├─ com.unfbx.chatgpt.entity.embeddings.Embedding.class - [JAR]

├─ com.unfbx.chatgpt.entity.embeddings.EmbeddingResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.embeddings.Item.class - [JAR]

com.unfbx.chatgpt.entity.files

├─ com.unfbx.chatgpt.entity.files.File.class - [JAR]

├─ com.unfbx.chatgpt.entity.files.UploadFileResponse.class - [JAR]

com.unfbx.chatgpt.entity.models

├─ com.unfbx.chatgpt.entity.models.Model.class - [JAR]

├─ com.unfbx.chatgpt.entity.models.ModelResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.models.Permission.class - [JAR]

com.unfbx.chatgpt.config

├─ com.unfbx.chatgpt.config.ChatGPTUrl.class - [JAR]

com.unfbx.chatgpt.function

├─ com.unfbx.chatgpt.function.KeyRandomStrategy.class - [JAR]

├─ com.unfbx.chatgpt.function.KeyStrategyFunction.class - [JAR]

com.unfbx.chatgpt.interceptor

├─ com.unfbx.chatgpt.interceptor.DefaultOpenAiAuthInterceptor.class - [JAR]

├─ com.unfbx.chatgpt.interceptor.DynamicKeyOpenAiAuthInterceptor.class - [JAR]

├─ com.unfbx.chatgpt.interceptor.OpenAILogger.class - [JAR]

├─ com.unfbx.chatgpt.interceptor.OpenAiAuthInterceptor.class - [JAR]

├─ com.unfbx.chatgpt.interceptor.OpenAiResponseInterceptor.class - [JAR]

com.unfbx.chatgpt.entity.whisper

├─ com.unfbx.chatgpt.entity.whisper.Transcriptions.class - [JAR]

├─ com.unfbx.chatgpt.entity.whisper.Translations.class - [JAR]

├─ com.unfbx.chatgpt.entity.whisper.Whisper.class - [JAR]

├─ com.unfbx.chatgpt.entity.whisper.WhisperResponse.class - [JAR]

com.unfbx.chatgpt.constant

├─ com.unfbx.chatgpt.constant.OpenAIConst.class - [JAR]

com.unfbx.chatgpt.entity.fineTune

├─ com.unfbx.chatgpt.entity.fineTune.Event.class - [JAR]

├─ com.unfbx.chatgpt.entity.fineTune.FineTune.class - [JAR]

├─ com.unfbx.chatgpt.entity.fineTune.FineTuneDeleteResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.fineTune.FineTuneResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.fineTune.HyperParam.class - [JAR]

├─ com.unfbx.chatgpt.entity.fineTune.TrainingFile.class - [JAR]

com.unfbx.chatgpt.exception

├─ com.unfbx.chatgpt.exception.BaseException.class - [JAR]

├─ com.unfbx.chatgpt.exception.CommonError.class - [JAR]

├─ com.unfbx.chatgpt.exception.IError.class - [JAR]

com.unfbx.chatgpt.utils

├─ com.unfbx.chatgpt.utils.TikTokensUtil.class - [JAR]

com.unfbx.chatgpt.entity.moderations

├─ com.unfbx.chatgpt.entity.moderations.Categories.class - [JAR]

├─ com.unfbx.chatgpt.entity.moderations.CategoryScores.class - [JAR]

├─ com.unfbx.chatgpt.entity.moderations.Moderation.class - [JAR]

├─ com.unfbx.chatgpt.entity.moderations.ModerationResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.moderations.Result.class - [JAR]

com.unfbx.chatgpt.sse

├─ com.unfbx.chatgpt.sse.ConsoleEventSourceListener.class - [JAR]

├─ com.unfbx.chatgpt.sse.DefaultPluginEventSourceListener.class - [JAR]

├─ com.unfbx.chatgpt.sse.PluginEventSourceListener.class - [JAR]

com.unfbx.chatgpt.entity.engines

├─ com.unfbx.chatgpt.entity.engines.Engine.class - [JAR]

com.unfbx.chatgpt.entity.edits

├─ com.unfbx.chatgpt.entity.edits.Edit.class - [JAR]

├─ com.unfbx.chatgpt.entity.edits.EditResponse.class - [JAR]

com.unfbx.chatgpt

├─ com.unfbx.chatgpt.OpenAiApi.class - [JAR]

├─ com.unfbx.chatgpt.OpenAiClient.class - [JAR]

├─ com.unfbx.chatgpt.OpenAiStreamClient.class - [JAR]

com.unfbx.chatgpt.entity.common

├─ com.unfbx.chatgpt.entity.common.Choice.class - [JAR]

├─ com.unfbx.chatgpt.entity.common.DeleteResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.common.OpenAiResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.common.Usage.class - [JAR]

com.unfbx.chatgpt.entity.billing

├─ com.unfbx.chatgpt.entity.billing.BillingUsage.class - [JAR]

├─ com.unfbx.chatgpt.entity.billing.CreditGrantsResponse.class - [JAR]

├─ com.unfbx.chatgpt.entity.billing.DailyCost.class - [JAR]

├─ com.unfbx.chatgpt.entity.billing.Datum.class - [JAR]

├─ com.unfbx.chatgpt.entity.billing.Grants.class - [JAR]

├─ com.unfbx.chatgpt.entity.billing.LineItem.class - [JAR]

├─ com.unfbx.chatgpt.entity.billing.Plan.class - [JAR]

├─ com.unfbx.chatgpt.entity.billing.Subscription.class - [JAR]