Hierarchy For All Packages
Package Hierarchies:- com.unfbx.chatgpt,
- com.unfbx.chatgpt.config,
- com.unfbx.chatgpt.constant,
- com.unfbx.chatgpt.entity.billing,
- com.unfbx.chatgpt.entity.chat,
- com.unfbx.chatgpt.entity.common,
- com.unfbx.chatgpt.entity.completions,
- com.unfbx.chatgpt.entity.edits,
- com.unfbx.chatgpt.entity.embeddings,
- com.unfbx.chatgpt.entity.engines,
- com.unfbx.chatgpt.entity.files,
- com.unfbx.chatgpt.entity.fineTune,
- com.unfbx.chatgpt.entity.images,
- com.unfbx.chatgpt.entity.models,
- com.unfbx.chatgpt.entity.moderations,
- com.unfbx.chatgpt.entity.whisper,
- com.unfbx.chatgpt.exception,
- com.unfbx.chatgpt.function,
- com.unfbx.chatgpt.interceptor,
- com.unfbx.chatgpt.sse,
- com.unfbx.chatgpt.utils
Class Hierarchy
- java.lang.Object
- com.unfbx.chatgpt.entity.billing.BillingUsage
- com.unfbx.chatgpt.entity.moderations.Categories (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.moderations.CategoryScores (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.chat.ChatChoice (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.chat.ChatCompletion (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.chat.ChatCompletionResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.common.Choice (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.completions.Completion (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.billing.CreditGrantsResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.billing.DailyCost
- com.unfbx.chatgpt.entity.billing.Datum
- com.unfbx.chatgpt.entity.common.DeleteResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.edits.Edit (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.edits.EditResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.embeddings.Embedding (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.embeddings.EmbeddingResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.engines.Engine (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.fineTune.Event (implements java.io.Serializable)
- okhttp3.sse.EventSourceListener
- com.unfbx.chatgpt.sse.ConsoleEventSourceListener
- com.unfbx.chatgpt.entity.files.File (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.files.UploadFileResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.fineTune.FineTune (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.fineTune.FineTuneDeleteResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.fineTune.FineTuneResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.billing.Grants
- com.unfbx.chatgpt.entity.fineTune.HyperParam (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.images.Image (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.images.ImageEdit (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.images.ImageResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.images.ImageVariations (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.embeddings.Item (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.images.Item (implements java.io.Serializable)
- com.unfbx.chatgpt.function.KeyRandomStrategy (implements com.unfbx.chatgpt.function.KeyStrategyFunction<T,R>)
- com.unfbx.chatgpt.entity.billing.LineItem
- com.unfbx.chatgpt.entity.chat.Message (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.chat.Message.Builder
- com.unfbx.chatgpt.entity.models.Model (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.models.ModelResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.moderations.Moderation (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.moderations.ModerationResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.interceptor.OpenAiAuthInterceptor (implements okhttp3.Interceptor)
- com.unfbx.chatgpt.interceptor.DefaultOpenAiAuthInterceptor
- com.unfbx.chatgpt.interceptor.DynamicKeyOpenAiAuthInterceptor
- com.unfbx.chatgpt.OpenAiClient
- com.unfbx.chatgpt.OpenAiClient.Builder
- com.unfbx.chatgpt.constant.OpenAIConst
- com.unfbx.chatgpt.interceptor.OpenAILogger (implements okhttp3.logging.HttpLoggingInterceptor.Logger)
- com.unfbx.chatgpt.entity.common.OpenAiResponse<T> (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.completions.CompletionResponse (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.common.OpenAiResponse.Error
- com.unfbx.chatgpt.interceptor.OpenAiResponseInterceptor (implements okhttp3.Interceptor)
- com.unfbx.chatgpt.OpenAiStreamClient
- com.unfbx.chatgpt.OpenAiStreamClient.Builder
- com.unfbx.chatgpt.entity.models.Permission (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.billing.Plan
- com.unfbx.chatgpt.entity.moderations.Result (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.billing.Subscription
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.unfbx.chatgpt.exception.BaseException
- java.lang.RuntimeException
- java.lang.Exception
- com.unfbx.chatgpt.utils.TikTokensUtil
- com.unfbx.chatgpt.entity.fineTune.TrainingFile (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.whisper.Translations
- com.unfbx.chatgpt.entity.common.Usage (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.whisper.Whisper (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.whisper.Transcriptions
- com.unfbx.chatgpt.entity.whisper.WhisperResponse (implements java.io.Serializable)
Interface Hierarchy
- com.unfbx.chatgpt.exception.IError
- com.unfbx.chatgpt.function.KeyStrategyFunction<T,R>
- com.unfbx.chatgpt.OpenAiApi
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
- com.unfbx.chatgpt.config.ChatGPTUrl
- com.unfbx.chatgpt.exception.CommonError (implements com.unfbx.chatgpt.exception.IError)
- com.unfbx.chatgpt.entity.completions.Completion.Model
- com.unfbx.chatgpt.entity.edits.Edit.Model
- com.unfbx.chatgpt.entity.embeddings.Embedding.Model
- com.unfbx.chatgpt.entity.fineTune.FineTune.Model
- com.unfbx.chatgpt.entity.chat.Message.Role
- com.unfbx.chatgpt.entity.moderations.Moderation.Model
- com.unfbx.chatgpt.entity.images.ResponseFormat (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.images.SizeEnum (implements java.io.Serializable)
- com.unfbx.chatgpt.entity.whisper.Whisper.Model
- com.unfbx.chatgpt.entity.whisper.Whisper.ResponseFormat
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)