文件名称: chatgpt-java-1.0.8.jar中文-英文对照文档.zip
<dependency>
<groupId>com.unfbx</groupId>
<artifactId>chatgpt-java</artifactId>
<version>1.0.8</version>
</dependency>Gradle:
implementation group: 'com.unfbx', name: 'chatgpt-java', version: '1.0.8'
Gradle (Short):
implementation 'com.unfbx:chatgpt-java:1.0.8'
Gradle (Kotlin):
implementation("com.unfbx:chatgpt-java:1.0.8")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
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.interceptor
com.unfbx.chatgpt.ssecom.unfbx.chatgpt.ChatGPTClient
com.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.config.OpenAiOkhttpClient
com.unfbx.chatgpt.constant.OpenAIConst
com.unfbx.chatgpt.entity.billing.CreditGrantsResponse
com.unfbx.chatgpt.entity.billing.Datum
com.unfbx.chatgpt.entity.billing.Grants
com.unfbx.chatgpt.entity.chat.ChatChoice
com.unfbx.chatgpt.entity.chat.ChatCompletion
com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
com.unfbx.chatgpt.entity.chat.ChatCompletionResponse
com.unfbx.chatgpt.entity.chat.Message
com.unfbx.chatgpt.entity.chat.Message.Builder
com.unfbx.chatgpt.entity.chat.Message.Role
com.unfbx.chatgpt.entity.common.Choice
com.unfbx.chatgpt.entity.common.DeleteResponse
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.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.FineTuneResponse
com.unfbx.chatgpt.entity.fineTune.HyperParam
com.unfbx.chatgpt.entity.fineTune.TrainingFile
com.unfbx.chatgpt.entity.images.Image
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.Whisper
com.unfbx.chatgpt.entity.whisper.Whisper.Model
com.unfbx.chatgpt.entity.whisper.WhisperResponse
com.unfbx.chatgpt.exception.BaseException
com.unfbx.chatgpt.exception.CommonError
com.unfbx.chatgpt.exception.IError
com.unfbx.chatgpt.interceptor.HeaderAuthorizationInterceptor
com.unfbx.chatgpt.interceptor.OpenAILogger
com.unfbx.chatgpt.interceptor.OpenAiResponseInterceptor
com.unfbx.chatgpt.sse.ConsoleEventSourceListener