A B C D E F G H I L M O P R S T U V W 
All Classes All Packages

A

ADA - com.unfbx.chatgpt.entity.fineTune.FineTune.Model
 
API_KEYS_NOT_NUL - com.unfbx.chatgpt.exception.CommonError
 
apiHost(String) - Method in class com.unfbx.chatgpt.OpenAiClient.Builder
 
apiHost(String) - Method in class com.unfbx.chatgpt.OpenAiStreamClient.Builder
 
apiKey(String) - Method in class com.unfbx.chatgpt.OpenAiClient.Builder
 
apiKey(String) - Method in class com.unfbx.chatgpt.OpenAiStreamClient.Builder
 
askQuestion(String) - Method in class com.unfbx.chatgpt.ChatGPTClient
 
ASSISTANT - com.unfbx.chatgpt.entity.chat.Message.Role
 

B

B64_JSON - com.unfbx.chatgpt.entity.images.ResponseFormat
 
BABBAGE - com.unfbx.chatgpt.entity.fineTune.FineTune.Model
 
BaseException - Exception in com.unfbx.chatgpt.exception
描述: 异常
BaseException() - Constructor for exception com.unfbx.chatgpt.exception.BaseException
 
BaseException(IError) - Constructor for exception com.unfbx.chatgpt.exception.BaseException
 
BaseException(String) - Constructor for exception com.unfbx.chatgpt.exception.BaseException
 
build() - Method in class com.unfbx.chatgpt.entity.chat.Message.Builder
 
build() - Method in class com.unfbx.chatgpt.OpenAiClient.Builder
 
build() - Method in class com.unfbx.chatgpt.OpenAiStreamClient.Builder
 
builder() - Static method in class com.unfbx.chatgpt.entity.chat.Message
 
builder() - Static method in class com.unfbx.chatgpt.OpenAiClient
构造
builder() - Static method in class com.unfbx.chatgpt.OpenAiStreamClient
构造
Builder() - Constructor for class com.unfbx.chatgpt.entity.chat.Message.Builder
 
Builder() - Constructor for class com.unfbx.chatgpt.OpenAiClient.Builder
 
Builder() - Constructor for class com.unfbx.chatgpt.OpenAiStreamClient.Builder
 

C

cancelFineTune(String) - Method in interface com.unfbx.chatgpt.OpenAiApi
取消微调作业
cancelFineTune(String) - Method in class com.unfbx.chatgpt.OpenAiClient
取消微调作业
Categories - Class in com.unfbx.chatgpt.entity.moderations
描述:
Categories() - Constructor for class com.unfbx.chatgpt.entity.moderations.Categories
 
CategoryScores - Class in com.unfbx.chatgpt.entity.moderations
描述:
CategoryScores() - Constructor for class com.unfbx.chatgpt.entity.moderations.CategoryScores
 
ChatChoice - Class in com.unfbx.chatgpt.entity.chat
描述:
ChatChoice() - Constructor for class com.unfbx.chatgpt.entity.chat.ChatChoice
 
chatCompletion(ChatCompletion) - Method in interface com.unfbx.chatgpt.OpenAiApi
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
chatCompletion(ChatCompletion) - Method in class com.unfbx.chatgpt.OpenAiClient
最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
chatCompletion(List<Message>) - Method in class com.unfbx.chatgpt.OpenAiClient
简易版
ChatCompletion - Class in com.unfbx.chatgpt.entity.chat
描述: chat
ChatCompletion() - Constructor for class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
ChatCompletion.Model - Enum in com.unfbx.chatgpt.entity.chat
 
ChatCompletionResponse - Class in com.unfbx.chatgpt.entity.chat
描述: chat答案类
ChatCompletionResponse() - Constructor for class com.unfbx.chatgpt.entity.chat.ChatCompletionResponse
 
ChatGPTClient - Class in com.unfbx.chatgpt
描述: chatgpt客户端
ChatGPTClient(String) - Constructor for class com.unfbx.chatgpt.ChatGPTClient
 
ChatGPTUrl - Enum in com.unfbx.chatgpt.config
描述: api地址
Choice - Class in com.unfbx.chatgpt.entity.common
描述:
Choice() - Constructor for class com.unfbx.chatgpt.entity.common.Choice
 
code() - Method in enum com.unfbx.chatgpt.exception.CommonError
 
code() - Method in interface com.unfbx.chatgpt.exception.IError
 
CODE_DAVINCI_EDIT_001 - com.unfbx.chatgpt.entity.edits.Edit.Model
 
com.unfbx.chatgpt - package com.unfbx.chatgpt
 
com.unfbx.chatgpt.config - package com.unfbx.chatgpt.config
 
com.unfbx.chatgpt.constant - package com.unfbx.chatgpt.constant
 
com.unfbx.chatgpt.entity.billing - package com.unfbx.chatgpt.entity.billing
 
com.unfbx.chatgpt.entity.chat - package com.unfbx.chatgpt.entity.chat
 
com.unfbx.chatgpt.entity.common - package com.unfbx.chatgpt.entity.common
 
com.unfbx.chatgpt.entity.completions - package com.unfbx.chatgpt.entity.completions
 
com.unfbx.chatgpt.entity.edits - package com.unfbx.chatgpt.entity.edits
 
com.unfbx.chatgpt.entity.embeddings - package com.unfbx.chatgpt.entity.embeddings
 
com.unfbx.chatgpt.entity.engines - package com.unfbx.chatgpt.entity.engines
 
com.unfbx.chatgpt.entity.files - package com.unfbx.chatgpt.entity.files
 
com.unfbx.chatgpt.entity.fineTune - package com.unfbx.chatgpt.entity.fineTune
 
com.unfbx.chatgpt.entity.images - package com.unfbx.chatgpt.entity.images
 
com.unfbx.chatgpt.entity.models - package com.unfbx.chatgpt.entity.models
 
com.unfbx.chatgpt.entity.moderations - package com.unfbx.chatgpt.entity.moderations
 
com.unfbx.chatgpt.entity.whisper - package com.unfbx.chatgpt.entity.whisper
 
com.unfbx.chatgpt.exception - package com.unfbx.chatgpt.exception
 
com.unfbx.chatgpt.interceptor - package com.unfbx.chatgpt.interceptor
 
com.unfbx.chatgpt.sse - package com.unfbx.chatgpt.sse
 
CommonError - Enum in com.unfbx.chatgpt.exception
描述: 错误
Completion - Class in com.unfbx.chatgpt.entity.completions
描述: 问题类
Completion() - Constructor for class com.unfbx.chatgpt.entity.completions.Completion
 
Completion.Model - Enum in com.unfbx.chatgpt.entity.completions
 
CompletionResponse - Class in com.unfbx.chatgpt.entity.completions
描述: 答案类
CompletionResponse() - Constructor for class com.unfbx.chatgpt.entity.completions.CompletionResponse
 
completions(Completion) - Method in interface com.unfbx.chatgpt.OpenAiApi
文本问答 Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.
completions(Completion) - Method in class com.unfbx.chatgpt.OpenAiClient
问答接口
completions(String) - Method in class com.unfbx.chatgpt.OpenAiClient
问答接口-简易版
COMPLETIONS - com.unfbx.chatgpt.config.ChatGPTUrl
 
connectTimeout(long) - Method in class com.unfbx.chatgpt.OpenAiClient.Builder
 
connectTimeout(long) - Method in class com.unfbx.chatgpt.OpenAiStreamClient.Builder
 
ConsoleEventSourceListener - Class in com.unfbx.chatgpt.sse
描述: sse
ConsoleEventSourceListener() - Constructor for class com.unfbx.chatgpt.sse.ConsoleEventSourceListener
 
content(String) - Method in class com.unfbx.chatgpt.entity.chat.Message.Builder
 
creditGrants() - Method in interface com.unfbx.chatgpt.OpenAiApi
余额查询
creditGrants() - Method in class com.unfbx.chatgpt.OpenAiClient
OpenAi账户余额查询
creditGrants() - Method in class com.unfbx.chatgpt.OpenAiStreamClient
OpenAi账户余额查询
CreditGrantsResponse - Class in com.unfbx.chatgpt.entity.billing
描述:余额查询接口返回值
CreditGrantsResponse() - Constructor for class com.unfbx.chatgpt.entity.billing.CreditGrantsResponse
 
CURIE - com.unfbx.chatgpt.entity.fineTune.FineTune.Model
 

D

Datum - Class in com.unfbx.chatgpt.entity.billing
描述:
Datum() - Constructor for class com.unfbx.chatgpt.entity.billing.Datum
 
DAVINCI - com.unfbx.chatgpt.entity.completions.Completion.Model
 
DAVINCI - com.unfbx.chatgpt.entity.fineTune.FineTune.Model
 
DAVINCI_002 - com.unfbx.chatgpt.entity.completions.Completion.Model
 
DAVINCI_003 - com.unfbx.chatgpt.entity.completions.Completion.Model
 
deleteFile(String) - Method in interface com.unfbx.chatgpt.OpenAiApi
删除文件
deleteFile(String) - Method in class com.unfbx.chatgpt.OpenAiClient
删除文件
deleteFineTuneModel(String) - Method in interface com.unfbx.chatgpt.OpenAiApi
删除微调作业模型 Delete a fine-tuned model.
deleteFineTuneModel(String) - Method in class com.unfbx.chatgpt.OpenAiClient
删除微调作业模型 Delete a fine-tuned model.
DeleteResponse - Class in com.unfbx.chatgpt.entity.common
描述:
DeleteResponse() - Constructor for class com.unfbx.chatgpt.entity.common.DeleteResponse
 

E

edit(Edit) - Method in class com.unfbx.chatgpt.OpenAiClient
文本修改
Edit - Class in com.unfbx.chatgpt.entity.edits
描述:
Edit() - Constructor for class com.unfbx.chatgpt.entity.edits.Edit
 
Edit.Model - Enum in com.unfbx.chatgpt.entity.edits
 
editImages(File, ImageEdit) - Method in class com.unfbx.chatgpt.OpenAiClient
Creates an edited or extended image given an original image and a prompt.
editImages(File, File, ImageEdit) - Method in class com.unfbx.chatgpt.OpenAiClient
Creates an edited or extended image given an original image and a prompt.
editImages(File, String) - Method in class com.unfbx.chatgpt.OpenAiClient
Creates an edited or extended image given an original image and a prompt.
editImages(MultipartBody.Part, MultipartBody.Part, Map<String, RequestBody>) - Method in interface com.unfbx.chatgpt.OpenAiApi
Creates an edited or extended image given an original image and a prompt.
EditResponse - Class in com.unfbx.chatgpt.entity.edits
描述:
EditResponse() - Constructor for class com.unfbx.chatgpt.entity.edits.EditResponse
 
edits(Edit) - Method in interface com.unfbx.chatgpt.OpenAiApi
Creates a new edit for the provided input, instruction, and parameters.
Embedding - Class in com.unfbx.chatgpt.entity.embeddings
描述:
Embedding() - Constructor for class com.unfbx.chatgpt.entity.embeddings.Embedding
 
Embedding.Model - Enum in com.unfbx.chatgpt.entity.embeddings
 
EmbeddingResponse - Class in com.unfbx.chatgpt.entity.embeddings
描述:
EmbeddingResponse() - Constructor for class com.unfbx.chatgpt.entity.embeddings.EmbeddingResponse
 
embeddings(Embedding) - Method in interface com.unfbx.chatgpt.OpenAiApi
Creates an embedding vector representing the input text.
embeddings(Embedding) - Method in class com.unfbx.chatgpt.OpenAiClient
Creates an embedding vector representing the input text.
embeddings(String) - Method in class com.unfbx.chatgpt.OpenAiClient
Creates an embedding vector representing the input text.
engine(String) - Method in interface com.unfbx.chatgpt.OpenAiApi
Deprecated.
engine(String) - Method in class com.unfbx.chatgpt.OpenAiClient
Deprecated.
Engine - Class in com.unfbx.chatgpt.entity.engines
描述:
Engine() - Constructor for class com.unfbx.chatgpt.entity.engines.Engine
 
engines() - Method in interface com.unfbx.chatgpt.OpenAiApi
Deprecated.
engines() - Method in class com.unfbx.chatgpt.OpenAiClient
Deprecated.
Error() - Constructor for class com.unfbx.chatgpt.entity.common.OpenAiResponse.Error
 
Event - Class in com.unfbx.chatgpt.entity.fineTune
 
Event() - Constructor for class com.unfbx.chatgpt.entity.fineTune.Event
 

F

File - Class in com.unfbx.chatgpt.entity.files
描述:
File() - Constructor for class com.unfbx.chatgpt.entity.files.File
 
files() - Method in interface com.unfbx.chatgpt.OpenAiApi
Returns a list of files that belong to the user's organization.
files() - Method in class com.unfbx.chatgpt.OpenAiClient
获取文件列表
fineTune(FineTune) - Method in interface com.unfbx.chatgpt.OpenAiApi
创建微调作业
fineTune(FineTune) - Method in class com.unfbx.chatgpt.OpenAiClient
创建微调模型
fineTune(String) - Method in class com.unfbx.chatgpt.OpenAiClient
创建微调模型
FineTune - Class in com.unfbx.chatgpt.entity.fineTune
 
FineTune() - Constructor for class com.unfbx.chatgpt.entity.fineTune.FineTune
 
FineTune.Model - Enum in com.unfbx.chatgpt.entity.fineTune
 
fineTuneEvents(String) - Method in interface com.unfbx.chatgpt.OpenAiApi
微调作业事件列表
fineTuneEvents(String) - Method in class com.unfbx.chatgpt.OpenAiClient
微调作业事件列表
FineTuneResponse - Class in com.unfbx.chatgpt.entity.fineTune
 
FineTuneResponse() - Constructor for class com.unfbx.chatgpt.entity.fineTune.FineTuneResponse
 
fineTunes() - Method in interface com.unfbx.chatgpt.OpenAiApi
微调作业集合
fineTunes() - Method in class com.unfbx.chatgpt.OpenAiClient
微调模型列表

G

genImages(Image) - Method in interface com.unfbx.chatgpt.OpenAiApi
Creates an image given a prompt.
genImages(Image) - Method in class com.unfbx.chatgpt.OpenAiClient
根据描述生成图片
genImages(String) - Method in class com.unfbx.chatgpt.OpenAiClient
根据描述生成图片
GPT_3_5_TURBO - com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
gpt-3.5-turbo
GPT_3_5_TURBO_0301 - com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
临时模型,不建议使用
GPT_4 - com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
GPT4.0
GPT_4_0314 - com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
临时模型,不建议使用
GPT_4_32K - com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
GPT4.0 超长上下文
GPT_4_32K_0314 - com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
临时模型,不建议使用
Grants - Class in com.unfbx.chatgpt.entity.billing
描述:
Grants() - Constructor for class com.unfbx.chatgpt.entity.billing.Grants
 

H

HyperParam - Class in com.unfbx.chatgpt.entity.fineTune
 
HyperParam() - Constructor for class com.unfbx.chatgpt.entity.fineTune.HyperParam
 

I

IError - Interface in com.unfbx.chatgpt.exception
描述:
Image - Class in com.unfbx.chatgpt.entity.images
描述:
Image() - Constructor for class com.unfbx.chatgpt.entity.images.Image
 
ImageEdit - Class in com.unfbx.chatgpt.entity.images
描述:
ImageEdit() - Constructor for class com.unfbx.chatgpt.entity.images.ImageEdit
 
ImageResponse - Class in com.unfbx.chatgpt.entity.images
描述:
ImageResponse() - Constructor for class com.unfbx.chatgpt.entity.images.ImageResponse
 
ImageVariations - Class in com.unfbx.chatgpt.entity.images
描述:
ImageVariations() - Constructor for class com.unfbx.chatgpt.entity.images.ImageVariations
 
interceptor(List<Interceptor>) - Method in class com.unfbx.chatgpt.OpenAiClient.Builder
 
Item - Class in com.unfbx.chatgpt.entity.embeddings
 
Item - Class in com.unfbx.chatgpt.entity.images
描述:
Item() - Constructor for class com.unfbx.chatgpt.entity.embeddings.Item
 
Item() - Constructor for class com.unfbx.chatgpt.entity.images.Item
 

L

log(String) - Method in class com.unfbx.chatgpt.interceptor.OpenAILogger
 

M

Message - Class in com.unfbx.chatgpt.entity.chat
描述:
Message() - Constructor for class com.unfbx.chatgpt.entity.chat.Message
 
Message(String, String) - Constructor for class com.unfbx.chatgpt.entity.chat.Message
构造函数
Message.Builder - Class in com.unfbx.chatgpt.entity.chat
 
Message.Role - Enum in com.unfbx.chatgpt.entity.chat
 
model(String) - Method in interface com.unfbx.chatgpt.OpenAiApi
models 返回的数据id
model(String) - Method in class com.unfbx.chatgpt.OpenAiClient
openAi模型详细信息
Model - Class in com.unfbx.chatgpt.entity.models
描述:
Model() - Constructor for class com.unfbx.chatgpt.entity.models.Model
 
ModelResponse - Class in com.unfbx.chatgpt.entity.models
描述:
ModelResponse() - Constructor for class com.unfbx.chatgpt.entity.models.ModelResponse
 
models() - Method in interface com.unfbx.chatgpt.OpenAiApi
模型列表
models() - Method in class com.unfbx.chatgpt.OpenAiClient
openAi模型列表
Moderation - Class in com.unfbx.chatgpt.entity.moderations
描述:
Moderation() - Constructor for class com.unfbx.chatgpt.entity.moderations.Moderation
 
Moderation.Model - Enum in com.unfbx.chatgpt.entity.moderations
 
ModerationResponse - Class in com.unfbx.chatgpt.entity.moderations
描述:
ModerationResponse() - Constructor for class com.unfbx.chatgpt.entity.moderations.ModerationResponse
 
moderations(Moderation) - Method in interface com.unfbx.chatgpt.OpenAiApi
文本审核
moderations(Moderation) - Method in class com.unfbx.chatgpt.OpenAiClient
文本审核
moderations(String) - Method in class com.unfbx.chatgpt.OpenAiClient
文本审核
msg() - Method in enum com.unfbx.chatgpt.exception.CommonError
 
msg() - Method in interface com.unfbx.chatgpt.exception.IError
 

O

onClosed(EventSource) - Method in class com.unfbx.chatgpt.sse.ConsoleEventSourceListener
 
onEvent(EventSource, String, String, String) - Method in class com.unfbx.chatgpt.sse.ConsoleEventSourceListener
 
onFailure(EventSource, Throwable, Response) - Method in class com.unfbx.chatgpt.sse.ConsoleEventSourceListener
 
onOpen(EventSource, Response) - Method in class com.unfbx.chatgpt.sse.ConsoleEventSourceListener
 
OPENAI_AUTHENTICATION_ERROR - com.unfbx.chatgpt.exception.CommonError
 
OPENAI_HOST - Static variable in class com.unfbx.chatgpt.constant.OpenAIConst
 
OPENAI_LIMIT_ERROR - com.unfbx.chatgpt.exception.CommonError
 
OPENAI_SERVER_ERROR - com.unfbx.chatgpt.exception.CommonError
 
OpenAiApi - Interface in com.unfbx.chatgpt
描述: open ai官方api接口
OpenAiClient - Class in com.unfbx.chatgpt
描述: open ai 客户端
OpenAiClient(String) - Constructor for class com.unfbx.chatgpt.OpenAiClient
创建OpenAiClient,使用默认的超时时间 注意当超时时间过短,长的文本输出问答系统可能超时。
OpenAiClient(String, long, long, long, Proxy) - Constructor for class com.unfbx.chatgpt.OpenAiClient
创建OpenAiClient,自定义OkHttpClient
OpenAiClient(String, long, long, long, Proxy, Interceptor...) - Constructor for class com.unfbx.chatgpt.OpenAiClient
创建OpenAiClient,自定义OkHttpClient
OpenAiClient(String, Proxy) - Constructor for class com.unfbx.chatgpt.OpenAiClient
创建OpenAiClient,使用默认的超时时间 注意当超时时间过短,长的文本输出问答系统可能超时。
OpenAiClient(String, Proxy, Interceptor...) - Constructor for class com.unfbx.chatgpt.OpenAiClient
创建OpenAiClient,使用默认的超时时间 注意当超时时间过短,长的文本输出问答系统可能超时。
OpenAiClient.Builder - Class in com.unfbx.chatgpt
 
OpenAIConst - Class in com.unfbx.chatgpt.constant
描述:
OpenAIConst() - Constructor for class com.unfbx.chatgpt.constant.OpenAIConst
 
OpenAILogger - Class in com.unfbx.chatgpt.interceptor
描述: 日志
OpenAILogger() - Constructor for class com.unfbx.chatgpt.interceptor.OpenAILogger
 
OpenAiResponse<T> - Class in com.unfbx.chatgpt.entity.common
描述:
OpenAiResponse() - Constructor for class com.unfbx.chatgpt.entity.common.OpenAiResponse
 
OpenAiResponse.Error - Class in com.unfbx.chatgpt.entity.common
 
OpenAiStreamClient - Class in com.unfbx.chatgpt
描述: open ai 客户端
OpenAiStreamClient(String) - Constructor for class com.unfbx.chatgpt.OpenAiStreamClient
创建OpenAiClient,使用默认的超时时间 注意当超时时间过短,长的文本输出问答系统可能超时。
OpenAiStreamClient(String, long, long, long) - Constructor for class com.unfbx.chatgpt.OpenAiStreamClient
创建OpenAiClient,自定义OkHttpClient
OpenAiStreamClient(String, long, long, long, Proxy) - Constructor for class com.unfbx.chatgpt.OpenAiStreamClient
创建OpenAiClient,自定义OkHttpClient
OpenAiStreamClient(String, Proxy) - Constructor for class com.unfbx.chatgpt.OpenAiStreamClient
创建OpenAiClient,使用默认的超时时间 注意当超时时间过短,长的文本输出问答系统可能超时。
OpenAiStreamClient.Builder - Class in com.unfbx.chatgpt
 

P

PARAM_ERROR - com.unfbx.chatgpt.exception.CommonError
 
Permission - Class in com.unfbx.chatgpt.entity.models
描述:
Permission() - Constructor for class com.unfbx.chatgpt.entity.models.Permission
 
proxy(Proxy) - Method in class com.unfbx.chatgpt.OpenAiClient.Builder
 
proxy(Proxy) - Method in class com.unfbx.chatgpt.OpenAiStreamClient.Builder
 

R

readTimeout(long) - Method in class com.unfbx.chatgpt.OpenAiClient.Builder
 
readTimeout(long) - Method in class com.unfbx.chatgpt.OpenAiStreamClient.Builder
 
ResponseFormat - Enum in com.unfbx.chatgpt.entity.images
描述:
Result - Class in com.unfbx.chatgpt.entity.moderations
描述:
Result() - Constructor for class com.unfbx.chatgpt.entity.moderations.Result
 
retrieveFile(String) - Method in interface com.unfbx.chatgpt.OpenAiApi
检索文件
retrieveFile(String) - Method in class com.unfbx.chatgpt.OpenAiClient
检索文件
retrieveFileContent(String) - Method in interface com.unfbx.chatgpt.OpenAiApi
检索文件内容 ###不对免费用户开放### ###不对免费用户开放### ###不对免费用户开放###
retrieveFineTune(String) - Method in interface com.unfbx.chatgpt.OpenAiApi
检索微调作业
retrieveFineTune(String) - Method in class com.unfbx.chatgpt.OpenAiClient
检索微调作业
RETRY_ERROR - com.unfbx.chatgpt.exception.CommonError
 
role(Message.Role) - Method in class com.unfbx.chatgpt.entity.chat.Message.Builder
 

S

setBatchSize(Integer) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setBestOf(Integer) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setClassificationBetas(List) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setClassificationNClasses(Integer) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setComputeClassificationMetrics(boolean) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setEcho(boolean) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setFrequencyPenalty(double) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setFrequencyPenalty(double) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setInput(String) - Method in class com.unfbx.chatgpt.entity.edits.Edit
 
setInput(String) - Method in class com.unfbx.chatgpt.entity.embeddings.Embedding
 
setInput(String) - Method in class com.unfbx.chatgpt.entity.moderations.Moderation
 
setInstruction(String) - Method in class com.unfbx.chatgpt.entity.edits.Edit
 
setLearningRateMultiplier(Double) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setLogitBias(Map) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setLogitBias(Map) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setLogprobs(Integer) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setMaxTokens(Integer) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setMaxTokens(Integer) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setModel(ChatCompletion.Model) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setModel(Edit.Model) - Method in class com.unfbx.chatgpt.entity.edits.Edit
 
setModel(Embedding.Model) - Method in class com.unfbx.chatgpt.entity.embeddings.Embedding
 
setModel(Moderation.Model) - Method in class com.unfbx.chatgpt.entity.moderations.Moderation
 
setModel(String) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setModel(String) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setN(Integer) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setN(Integer) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setN(Integer) - Method in class com.unfbx.chatgpt.entity.edits.Edit
 
setN(Integer) - Method in class com.unfbx.chatgpt.entity.images.Image
 
setN(Integer) - Method in class com.unfbx.chatgpt.entity.images.ImageEdit
 
setN(Integer) - Method in class com.unfbx.chatgpt.entity.images.ImageVariations
 
setN_epochs(Integer) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setPresencePenalty(double) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setPresencePenalty(double) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setPrompt(String) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setPrompt(String) - Method in class com.unfbx.chatgpt.entity.images.Image
 
setPrompt(String) - Method in class com.unfbx.chatgpt.entity.images.ImageEdit
 
setPromptLossWeight(Double) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setResponseFormat(ResponseFormat) - Method in class com.unfbx.chatgpt.entity.images.Image
 
setResponseFormat(ResponseFormat) - Method in class com.unfbx.chatgpt.entity.images.ImageEdit
 
setResponseFormat(ResponseFormat) - Method in class com.unfbx.chatgpt.entity.images.ImageVariations
 
setSize(SizeEnum) - Method in class com.unfbx.chatgpt.entity.images.Image
 
setSize(SizeEnum) - Method in class com.unfbx.chatgpt.entity.images.ImageEdit
 
setSize(SizeEnum) - Method in class com.unfbx.chatgpt.entity.images.ImageVariations
 
setStop(List<String>) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setStop(List<String>) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setStream(boolean) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setStream(boolean) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setSuffix(String) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setSuffix(String) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setTemperature(double) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setTemperature(double) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setTemperature(double) - Method in class com.unfbx.chatgpt.entity.edits.Edit
 
setTopP(Double) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setTopP(Double) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setTopP(Double) - Method in class com.unfbx.chatgpt.entity.edits.Edit
 
setTrainingFile(String) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
setUser(String) - Method in class com.unfbx.chatgpt.entity.chat.ChatCompletion
 
setUser(String) - Method in class com.unfbx.chatgpt.entity.completions.Completion
 
setUser(String) - Method in class com.unfbx.chatgpt.entity.embeddings.Embedding
 
setUser(String) - Method in class com.unfbx.chatgpt.entity.images.Image
 
setUser(String) - Method in class com.unfbx.chatgpt.entity.images.ImageEdit
 
setUser(String) - Method in class com.unfbx.chatgpt.entity.images.ImageVariations
 
setValidationFile(String) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
 
size_1024 - com.unfbx.chatgpt.entity.images.SizeEnum
 
size_256 - com.unfbx.chatgpt.entity.images.SizeEnum
 
size_512 - com.unfbx.chatgpt.entity.images.SizeEnum
 
SizeEnum - Enum in com.unfbx.chatgpt.entity.images
描述:
speechToTextTranscriptions(File) - Method in class com.unfbx.chatgpt.OpenAiClient
简易版 语音转文字
speechToTextTranscriptions(File, Whisper.Model) - Method in class com.unfbx.chatgpt.OpenAiClient
语音转文字
speechToTextTranscriptions(MultipartBody.Part, RequestBody) - Method in interface com.unfbx.chatgpt.OpenAiApi
语音转文字
speechToTextTranslations(File) - Method in class com.unfbx.chatgpt.OpenAiClient
简易版 语音翻译:目前仅支持翻译为英文
speechToTextTranslations(File, Whisper.Model) - Method in class com.unfbx.chatgpt.OpenAiClient
语音翻译:目前仅支持翻译为英文
speechToTextTranslations(MultipartBody.Part, RequestBody) - Method in interface com.unfbx.chatgpt.OpenAiApi
语音翻译:目前仅支持翻译为英文
streamChatCompletion(ChatCompletion, EventSourceListener) - Method in class com.unfbx.chatgpt.OpenAiStreamClient
流式输出,最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
streamChatCompletion(List<Message>, EventSourceListener) - Method in class com.unfbx.chatgpt.OpenAiStreamClient
流式输出,最新版的GPT-3.5 chat completion 更加贴近官方网站的问答模型
streamCompletions(Completion, EventSourceListener) - Method in class com.unfbx.chatgpt.OpenAiStreamClient
问答接口 stream 形式
streamCompletions(String, EventSourceListener) - Method in class com.unfbx.chatgpt.OpenAiStreamClient
问答接口-简易版
SYS_ERROR - com.unfbx.chatgpt.exception.CommonError
 
SYSTEM - com.unfbx.chatgpt.entity.chat.Message.Role
 

T

TEXT_DAVINCI_EDIT_001 - com.unfbx.chatgpt.entity.edits.Edit.Model
 
TEXT_EMBEDDING_ADA_002 - com.unfbx.chatgpt.entity.embeddings.Embedding.Model
 
TEXT_MODERATION_LATEST - com.unfbx.chatgpt.entity.moderations.Moderation.Model
 
TEXT_MODERATION_STABLE - com.unfbx.chatgpt.entity.moderations.Moderation.Model
 
TrainingFile - Class in com.unfbx.chatgpt.entity.fineTune
 
TrainingFile() - Constructor for class com.unfbx.chatgpt.entity.fineTune.TrainingFile
 

U

uploadFile(File) - Method in class com.unfbx.chatgpt.OpenAiClient
上传文件
uploadFile(String, File) - Method in class com.unfbx.chatgpt.OpenAiClient
上传文件
uploadFile(MultipartBody.Part, RequestBody) - Method in interface com.unfbx.chatgpt.OpenAiApi
上传文件
UploadFileResponse - Class in com.unfbx.chatgpt.entity.files
描述:
UploadFileResponse() - Constructor for class com.unfbx.chatgpt.entity.files.UploadFileResponse
 
URL - com.unfbx.chatgpt.entity.images.ResponseFormat
 
Usage - Class in com.unfbx.chatgpt.entity.common
描述:
Usage() - Constructor for class com.unfbx.chatgpt.entity.common.Usage
 
USER - com.unfbx.chatgpt.entity.chat.Message.Role
 

V

valueOf(String) - Static method in enum com.unfbx.chatgpt.config.ChatGPTUrl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.chat.Message.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.completions.Completion.Model
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.edits.Edit.Model
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.embeddings.Embedding.Model
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.fineTune.FineTune.Model
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.images.ResponseFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.images.SizeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.moderations.Moderation.Model
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.entity.whisper.Whisper.Model
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.unfbx.chatgpt.exception.CommonError
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.unfbx.chatgpt.config.ChatGPTUrl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.chat.ChatCompletion.Model
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.chat.Message.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.completions.Completion.Model
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.edits.Edit.Model
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.embeddings.Embedding.Model
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.fineTune.FineTune.Model
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.images.ResponseFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.images.SizeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.moderations.Moderation.Model
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.entity.whisper.Whisper.Model
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.unfbx.chatgpt.exception.CommonError
Returns an array containing the constants of this enum type, in the order they are declared.
variationsImages(File) - Method in class com.unfbx.chatgpt.OpenAiClient
Creates a variation of a given image.
variationsImages(File, ImageVariations) - Method in class com.unfbx.chatgpt.OpenAiClient
Creates a variation of a given image.
variationsImages(MultipartBody.Part, Map<String, RequestBody>) - Method in interface com.unfbx.chatgpt.OpenAiApi
Creates a variation of a given image.

W

Whisper - Class in com.unfbx.chatgpt.entity.whisper
描述:语音转文字
Whisper() - Constructor for class com.unfbx.chatgpt.entity.whisper.Whisper
 
WHISPER_1 - com.unfbx.chatgpt.entity.whisper.Whisper.Model
 
Whisper.Model - Enum in com.unfbx.chatgpt.entity.whisper
 
WhisperResponse - Class in com.unfbx.chatgpt.entity.whisper
描述:
WhisperResponse() - Constructor for class com.unfbx.chatgpt.entity.whisper.WhisperResponse
 
writeTimeout(long) - Method in class com.unfbx.chatgpt.OpenAiClient.Builder
 
writeTimeout(long) - Method in class com.unfbx.chatgpt.OpenAiStreamClient.Builder
 
A B C D E F G H I L M O P R S T U V W 
All Classes All Packages