chatgpt-java-1.1.2-beta0.jar中文-英文对照文档.zip

com.unfbxchatgpt-java1.1.2-beta0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: chatgpt-java-1.1.2-beta0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.54 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

chatgpt-java-1.1.2-beta0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:chatgpt-java-1.1.2-beta0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:chatgpt-java-1.1.2-beta0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:chatgpt-java-1.1.2-beta0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:chatgpt-java-1.1.2-beta0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 chatgpt-java-1.1.2-beta0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: chatgpt-java
  • 描述: OpenAI Java SDK,Java 的 OpenAI API。ChatGPT Java SDK。
  • 版本: 1.1.2-beta0

Maven依赖

<dependency>
	<groupId>com.unfbx</groupId>
	<artifactId>chatgpt-java</artifactId>
	<version>1.1.2-beta0</version>
</dependency>

Gradle依赖

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")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

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.utils

本组件包含的 Java class(类)

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.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