文件名称: chatgpt-java-1.1.2-beta0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.unfbx</groupId>
<artifactId>chatgpt-java</artifactId>
<version>1.1.2-beta0</version>
</dependency>Gradle:
implementation group: 'com.unfbx', name: 'chatgpt-java', version: '1.1.2-beta0'
Gradle (Short):
implementation 'com.unfbx:chatgpt-java:1.1.2-beta0'
Gradle (Kotlin):
implementation("com.unfbx:chatgpt-java:1.1.2-beta0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.unfbx.chatgpt
com.unfbx.chatgpt.config
com.unfbx.chatgpt.constant
com.unfbx.chatgpt.entity.Tts
com.unfbx.chatgpt.entity.billing
com.unfbx.chatgpt.entity.chat
com.unfbx.chatgpt.entity.chat.tool
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.fineTune.job
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.plugin
com.unfbx.chatgpt.sse
com.unfbx.chatgpt.utilscom.unfbx.chatgpt.OpenAiApi
com.unfbx.chatgpt.OpenAiClient
com.unfbx.chatgpt.OpenAiClient.Builder
com.unfbx.chatgpt.OpenAiStreamClient
com.unfbx.chatgpt.OpenAiStreamClient.Builder
com.unfbx.chatgpt.config.ChatGPTUrl
com.unfbx.chatgpt.constant.OpenAIConst
com.unfbx.chatgpt.entity.Tts.TextToSpeech
com.unfbx.chatgpt.entity.Tts.TextToSpeech.Model
com.unfbx.chatgpt.entity.Tts.TtsFormat
com.unfbx.chatgpt.entity.Tts.TtsVoice
com.unfbx.chatgpt.entity.billing.BillingUsage
com.unfbx.chatgpt.entity.billing.CreditGrantsResponse
com.unfbx.chatgpt.entity.billing.DailyCost
com.unfbx.chatgpt.entity.billing.Datum
com.unfbx.chatgpt.entity.billing.Grants
com.unfbx.chatgpt.entity.billing.LineItem
com.unfbx.chatgpt.entity.billing.Plan
com.unfbx.chatgpt.entity.billing.Subscription
com.unfbx.chatgpt.entity.chat.BaseChatCompletion
com.unfbx.chatgpt.entity.chat.BaseChatCompletion.Model
com.unfbx.chatgpt.entity.chat.BaseMessage
com.unfbx.chatgpt.entity.chat.BaseMessage.Role
com.unfbx.chatgpt.entity.chat.ChatChoice
com.unfbx.chatgpt.entity.chat.ChatCompletion
com.unfbx.chatgpt.entity.chat.ChatCompletionResponse
com.unfbx.chatgpt.entity.chat.ChatCompletionWithPicture
com.unfbx.chatgpt.entity.chat.Content
com.unfbx.chatgpt.entity.chat.Content.Type
com.unfbx.chatgpt.entity.chat.FunctionCall
com.unfbx.chatgpt.entity.chat.Functions
com.unfbx.chatgpt.entity.chat.ImageUrl
com.unfbx.chatgpt.entity.chat.Message
com.unfbx.chatgpt.entity.chat.Message.Builder
com.unfbx.chatgpt.entity.chat.MessagePicture
com.unfbx.chatgpt.entity.chat.MessagePicture.Builder
com.unfbx.chatgpt.entity.chat.Parameters
com.unfbx.chatgpt.entity.chat.ResponseFormat
com.unfbx.chatgpt.entity.chat.ResponseFormat.Type
com.unfbx.chatgpt.entity.chat.tool.ToolCallFunction
com.unfbx.chatgpt.entity.chat.tool.ToolCalls
com.unfbx.chatgpt.entity.chat.tool.ToolCalls.Type
com.unfbx.chatgpt.entity.chat.tool.ToolChoice
com.unfbx.chatgpt.entity.chat.tool.ToolChoice.Choice
com.unfbx.chatgpt.entity.chat.tool.ToolChoiceObj
com.unfbx.chatgpt.entity.chat.tool.ToolChoiceObj.Type
com.unfbx.chatgpt.entity.chat.tool.ToolChoiceObjFunction
com.unfbx.chatgpt.entity.chat.tool.Tools
com.unfbx.chatgpt.entity.chat.tool.Tools.Type
com.unfbx.chatgpt.entity.chat.tool.ToolsFunction
com.unfbx.chatgpt.entity.common.Choice
com.unfbx.chatgpt.entity.common.DeleteResponse
com.unfbx.chatgpt.entity.common.Logprobs
com.unfbx.chatgpt.entity.common.OpenAiResponse
com.unfbx.chatgpt.entity.common.Usage
com.unfbx.chatgpt.entity.completions.Completion
com.unfbx.chatgpt.entity.completions.Completion.Model
com.unfbx.chatgpt.entity.completions.CompletionResponse
com.unfbx.chatgpt.entity.edits.Edit
com.unfbx.chatgpt.entity.edits.Edit.Model
com.unfbx.chatgpt.entity.edits.EditResponse
com.unfbx.chatgpt.entity.embeddings.Embedding
com.unfbx.chatgpt.entity.embeddings.Embedding.EncodingFormat
com.unfbx.chatgpt.entity.embeddings.Embedding.Model
com.unfbx.chatgpt.entity.embeddings.EmbeddingResponse
com.unfbx.chatgpt.entity.embeddings.Item
com.unfbx.chatgpt.entity.engines.Engine
com.unfbx.chatgpt.entity.files.File
com.unfbx.chatgpt.entity.files.UploadFileResponse
com.unfbx.chatgpt.entity.fineTune.Event
com.unfbx.chatgpt.entity.fineTune.FineTune
com.unfbx.chatgpt.entity.fineTune.FineTune.Model
com.unfbx.chatgpt.entity.fineTune.FineTuneDeleteResponse
com.unfbx.chatgpt.entity.fineTune.FineTuneResponse
com.unfbx.chatgpt.entity.fineTune.HyperParam
com.unfbx.chatgpt.entity.fineTune.TrainingFile
com.unfbx.chatgpt.entity.fineTune.job.FineTuneError
com.unfbx.chatgpt.entity.fineTune.job.FineTuneJob
com.unfbx.chatgpt.entity.fineTune.job.FineTuneJob.Model
com.unfbx.chatgpt.entity.fineTune.job.FineTuneJobEvent
com.unfbx.chatgpt.entity.fineTune.job.FineTuneJobListResponse
com.unfbx.chatgpt.entity.fineTune.job.FineTuneJobResponse
com.unfbx.chatgpt.entity.fineTune.job.HyperParameters
com.unfbx.chatgpt.entity.images.Image
com.unfbx.chatgpt.entity.images.Image.Model
com.unfbx.chatgpt.entity.images.Image.Quality
com.unfbx.chatgpt.entity.images.Image.Style
com.unfbx.chatgpt.entity.images.ImageEdit
com.unfbx.chatgpt.entity.images.ImageResponse
com.unfbx.chatgpt.entity.images.ImageVariations
com.unfbx.chatgpt.entity.images.Item
com.unfbx.chatgpt.entity.images.ResponseFormat
com.unfbx.chatgpt.entity.images.SizeEnum
com.unfbx.chatgpt.entity.models.Model
com.unfbx.chatgpt.entity.models.ModelResponse
com.unfbx.chatgpt.entity.models.Permission
com.unfbx.chatgpt.entity.moderations.Categories
com.unfbx.chatgpt.entity.moderations.CategoryScores
com.unfbx.chatgpt.entity.moderations.Moderation
com.unfbx.chatgpt.entity.moderations.Moderation.Model
com.unfbx.chatgpt.entity.moderations.ModerationResponse
com.unfbx.chatgpt.entity.moderations.Result
com.unfbx.chatgpt.entity.whisper.Transcriptions
com.unfbx.chatgpt.entity.whisper.Translations
com.unfbx.chatgpt.entity.whisper.Whisper
com.unfbx.chatgpt.entity.whisper.Whisper.Model
com.unfbx.chatgpt.entity.whisper.Whisper.ResponseFormat
com.unfbx.chatgpt.entity.whisper.WhisperResponse
com.unfbx.chatgpt.exception.BaseException
com.unfbx.chatgpt.exception.CommonError
com.unfbx.chatgpt.exception.IError
com.unfbx.chatgpt.function.KeyRandomStrategy
com.unfbx.chatgpt.function.KeyStrategyFunction
com.unfbx.chatgpt.interceptor.DefaultOpenAiAuthInterceptor
com.unfbx.chatgpt.interceptor.DynamicKeyOpenAiAuthInterceptor
com.unfbx.chatgpt.interceptor.OpenAILogger
com.unfbx.chatgpt.interceptor.OpenAiAuthInterceptor
com.unfbx.chatgpt.interceptor.OpenAiResponseInterceptor
com.unfbx.chatgpt.plugin.PluginAbstract
com.unfbx.chatgpt.plugin.PluginAbstract.Arg
com.unfbx.chatgpt.plugin.PluginParam
com.unfbx.chatgpt.sse.ConsoleEventSourceListener
com.unfbx.chatgpt.sse.DefaultPluginListener
com.unfbx.chatgpt.sse.PluginListener
com.unfbx.chatgpt.utils.TikTokensUtil