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 gpt-magic-1.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.WhiteMagic2014.gptApi.Audio
├─ com.github.WhiteMagic2014.gptApi.Audio.CreateTranscriptionRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Audio.CreateTranslationRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Audio.LanguageType.class - [JAR]
com.github.WhiteMagic2014.gptApi.Edits
├─ com.github.WhiteMagic2014.gptApi.Edits.CreateEditRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi
├─ com.github.WhiteMagic2014.gptApi.GptModel.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.GptRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi.Files.pojo
├─ com.github.WhiteMagic2014.gptApi.Files.pojo.GptFile.class - [JAR]
com.github.WhiteMagic2014.gptApi.Files
├─ com.github.WhiteMagic2014.gptApi.Files.DeleteFileRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Files.ListFilesRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Files.RetrieveFileContentRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Files.RetrieveFileRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Files.UploadFileRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi.Images
├─ com.github.WhiteMagic2014.gptApi.Images.CreateImageEditRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Images.CreateImageRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Images.CreateImageVariationRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi.Completions.pojo
├─ com.github.WhiteMagic2014.gptApi.Completions.pojo.CompletionChoice.class - [JAR]
com.github.WhiteMagic2014.gptApi.Models.pojo
├─ com.github.WhiteMagic2014.gptApi.Models.pojo.Models.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Models.pojo.Permission.class - [JAR]
com.github.WhiteMagic2014.gptApi.Models
├─ com.github.WhiteMagic2014.gptApi.Models.ListModelsRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Models.RetrieveModelRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi.FineTuning
├─ com.github.WhiteMagic2014.gptApi.FineTuning.CancelFineTuningRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.FineTuning.CreateFineTuningJobRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.FineTuning.ListFineTuningEventsRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.FineTuning.RetrieveFineTuningJobRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi.Chat
├─ com.github.WhiteMagic2014.gptApi.Chat.CreateChatCompletionRequest.class - [JAR]
com.github.WhiteMagic2014.util
├─ com.github.WhiteMagic2014.util.DefaultGptHttpUtil.class - [JAR]
├─ com.github.WhiteMagic2014.util.Distance.class - [JAR]
├─ com.github.WhiteMagic2014.util.EmbeddingUtil.class - [JAR]
├─ com.github.WhiteMagic2014.util.GptHttpUtil.class - [JAR]
├─ com.github.WhiteMagic2014.util.GptImageUtil.class - [JAR]
├─ com.github.WhiteMagic2014.util.RequestUtil.class - [JAR]
com.github.WhiteMagic2014.gptApi.Completions
├─ com.github.WhiteMagic2014.gptApi.Completions.CreateCompletionRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi.FineTunes
├─ com.github.WhiteMagic2014.gptApi.FineTunes.CancelFineTuneRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.FineTunes.CreateFineTuneRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.FineTunes.DeleteFineTuneModelRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.FineTunes.ListFineTuneEventsRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.FineTunes.ListFineTunesRequest.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.FineTunes.RetrieveFineTuneRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi.Embeddings
├─ com.github.WhiteMagic2014.gptApi.Embeddings.CreateEmbeddingsRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi.Moderations.pojo
├─ com.github.WhiteMagic2014.gptApi.Moderations.pojo.ModerationCategory.class - [JAR]
com.github.WhiteMagic2014.gptApi.Edits.pojo
├─ com.github.WhiteMagic2014.gptApi.Edits.pojo.EditChoice.class - [JAR]
com.github.WhiteMagic2014.gptApi.Moderations
├─ com.github.WhiteMagic2014.gptApi.Moderations.CreateModerationRequest.class - [JAR]
com.github.WhiteMagic2014.gptApi.Chat.pojo
├─ com.github.WhiteMagic2014.gptApi.Chat.pojo.ChatCompletionChoice.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Chat.pojo.ChatFunction.class - [JAR]
├─ com.github.WhiteMagic2014.gptApi.Chat.pojo.ChatMessage.class - [JAR]
com.github.WhiteMagic2014
├─ com.github.WhiteMagic2014.DemoClass.class - [JAR]