View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window openai-0.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.gjsm.api.openai
├─ cn.gjsm.api.openai.OpenAiClient.class - [JAR]
├─ cn.gjsm.api.openai.OpenAiClientFactory.class - [JAR]
cn.gjsm.api.pojo.completion
├─ cn.gjsm.api.pojo.completion.CompletionChoice.class - [JAR]
├─ cn.gjsm.api.pojo.completion.CompletionRequest.class - [JAR]
├─ cn.gjsm.api.pojo.completion.CompletionResponse.class - [JAR]
├─ cn.gjsm.api.pojo.completion.LogProbs.class - [JAR]
cn.gjsm.api.pojo.embedding
├─ cn.gjsm.api.pojo.embedding.Embedding.class - [JAR]
├─ cn.gjsm.api.pojo.embedding.EmbeddingRequest.class - [JAR]
├─ cn.gjsm.api.pojo.embedding.EmbeddingResult.class - [JAR]
cn.gjsm.api.pojo.fine.tunes
├─ cn.gjsm.api.pojo.fine.tunes.DeleteFineTuneResult.class - [JAR]
├─ cn.gjsm.api.pojo.fine.tunes.FineTuneEvent.class - [JAR]
├─ cn.gjsm.api.pojo.fine.tunes.FineTuneResult.class - [JAR]
├─ cn.gjsm.api.pojo.fine.tunes.FineTunesRequest.class - [JAR]
├─ cn.gjsm.api.pojo.fine.tunes.HyperParameters.class - [JAR]
cn.gjsm.api.pojo.chat
├─ cn.gjsm.api.pojo.chat.ChatCompletionChoice.class - [JAR]
├─ cn.gjsm.api.pojo.chat.ChatCompletionRequest.class - [JAR]
├─ cn.gjsm.api.pojo.chat.ChatCompletionResponse.class - [JAR]
├─ cn.gjsm.api.pojo.chat.ChatMessage.class - [JAR]
cn.gjsm.api.pojo.image
├─ cn.gjsm.api.pojo.image.Base64Image.class - [JAR]
├─ cn.gjsm.api.pojo.image.ImageEditRequest.class - [JAR]
├─ cn.gjsm.api.pojo.image.ImageRequest.class - [JAR]
├─ cn.gjsm.api.pojo.image.ImageResult.class - [JAR]
├─ cn.gjsm.api.pojo.image.ImageVariationsRequest.class - [JAR]
cn.gjsm.api.pojo.file
├─ cn.gjsm.api.pojo.file.FileObject.class - [JAR]
├─ cn.gjsm.api.pojo.file.FileObjectDeleteResult.class - [JAR]
├─ cn.gjsm.api.pojo.file.FileUploadRequest.class - [JAR]
cn.gjsm.api.pojo.model
├─ cn.gjsm.api.pojo.model.Model.class - [JAR]
├─ cn.gjsm.api.pojo.model.Permission.class - [JAR]
cn.gjsm.api.util
├─ cn.gjsm.api.util.FileUtil.class - [JAR]
cn.gjsm.api.pojo.moderation
├─ cn.gjsm.api.pojo.moderation.Moderation.class - [JAR]
├─ cn.gjsm.api.pojo.moderation.ModerationCategories.class - [JAR]
├─ cn.gjsm.api.pojo.moderation.ModerationCategoryScores.class - [JAR]
├─ cn.gjsm.api.pojo.moderation.ModerationRequest.class - [JAR]
├─ cn.gjsm.api.pojo.moderation.ModerationResult.class - [JAR]
cn.gjsm.api.pojo.edit
├─ cn.gjsm.api.pojo.edit.EditChoice.class - [JAR]
├─ cn.gjsm.api.pojo.edit.EditRequest.class - [JAR]
├─ cn.gjsm.api.pojo.edit.EditResult.class - [JAR]
cn.gjsm.api.pojo.common
├─ cn.gjsm.api.pojo.common.BaseCompletionRequest.class - [JAR]
├─ cn.gjsm.api.pojo.common.BaseCompletionResponse.class - [JAR]
├─ cn.gjsm.api.pojo.common.BaseResponse.class - [JAR]
├─ cn.gjsm.api.pojo.common.Usage.class - [JAR]
cn.gjsm.api.common.factory
├─ cn.gjsm.api.common.factory.BaseClientFactory.class - [JAR]
├─ cn.gjsm.api.common.factory.BaseProxySelector.class - [JAR]