文件名称: api-0.12.0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>api</artifactId>
<version>0.12.0</version>
</dependency>Gradle:
implementation group: 'com.theokanning.openai-gpt3-java', name: 'api', version: '0.12.0'
Gradle (Short):
implementation 'com.theokanning.openai-gpt3-java:api:0.12.0'
Gradle (Kotlin):
implementation("com.theokanning.openai-gpt3-java:api:0.12.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.theokanning.openai
com.theokanning.openai.completion
com.theokanning.openai.completion.chat
com.theokanning.openai.edit
com.theokanning.openai.embedding
com.theokanning.openai.engine
com.theokanning.openai.file
com.theokanning.openai.finetune
com.theokanning.openai.image
com.theokanning.openai.model
com.theokanning.openai.moderationcom.theokanning.openai.DeleteResult
com.theokanning.openai.OpenAiError
com.theokanning.openai.OpenAiError.OpenAiErrorDetails
com.theokanning.openai.OpenAiHttpException
com.theokanning.openai.OpenAiResponse
com.theokanning.openai.Usage
com.theokanning.openai.completion.CompletionChoice
com.theokanning.openai.completion.CompletionChunk
com.theokanning.openai.completion.CompletionRequest
com.theokanning.openai.completion.CompletionResult
com.theokanning.openai.completion.LogProbResult
com.theokanning.openai.completion.chat.ChatCompletionChoice
com.theokanning.openai.completion.chat.ChatCompletionChunk
com.theokanning.openai.completion.chat.ChatCompletionRequest
com.theokanning.openai.completion.chat.ChatCompletionResult
com.theokanning.openai.completion.chat.ChatMessage
com.theokanning.openai.completion.chat.ChatMessageRole
com.theokanning.openai.edit.EditChoice
com.theokanning.openai.edit.EditRequest
com.theokanning.openai.edit.EditResult
com.theokanning.openai.edit.EditUsage
com.theokanning.openai.embedding.Embedding
com.theokanning.openai.embedding.EmbeddingRequest
com.theokanning.openai.embedding.EmbeddingResult
com.theokanning.openai.engine.Engine
com.theokanning.openai.file.File
com.theokanning.openai.finetune.FineTuneEvent
com.theokanning.openai.finetune.FineTuneRequest
com.theokanning.openai.finetune.FineTuneResult
com.theokanning.openai.finetune.HyperParameters
com.theokanning.openai.image.CreateImageEditRequest
com.theokanning.openai.image.CreateImageRequest
com.theokanning.openai.image.CreateImageVariationRequest
com.theokanning.openai.image.Image
com.theokanning.openai.image.ImageResult
com.theokanning.openai.model.Model
com.theokanning.openai.model.Permission
com.theokanning.openai.moderation.Moderation
com.theokanning.openai.moderation.ModerationCategories
com.theokanning.openai.moderation.ModerationCategoryScores
com.theokanning.openai.moderation.ModerationRequest
com.theokanning.openai.moderation.ModerationResult