A B C D E F G H I M O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ADA - com.unfbx.chatgpt.entity.fineTune.FineTune.Model
- askQuestion(String) - Method in class com.unfbx.chatgpt.ChatGPTClient
B
- B64_JSON - com.unfbx.chatgpt.entity.images.Image.ResponseFormat
- 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
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
- 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.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.exception - package com.unfbx.chatgpt.exception
- 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
- CURIE - com.unfbx.chatgpt.entity.fineTune.FineTune.Model
D
- 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
-
根据描述生成图片
- getAllowCreateEngine() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getAllowFineTuning() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getAllowLogprobs() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getAllowSampling() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getAllowSearchIndices() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getAllowView() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getCreated() - Method in class com.unfbx.chatgpt.entity.models.Model
- getCreated() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getData() - Method in class com.unfbx.chatgpt.entity.models.ModelResponse
- getGroup() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getID() - Method in class com.unfbx.chatgpt.entity.models.Model
- getID() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getIsBlocking() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getObject() - Method in class com.unfbx.chatgpt.entity.models.Model
- getObject() - Method in class com.unfbx.chatgpt.entity.models.ModelResponse
- getObject() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getOrganization() - Method in class com.unfbx.chatgpt.entity.models.Permission
- getOwnedBy() - Method in class com.unfbx.chatgpt.entity.models.Model
- getParent() - Method in class com.unfbx.chatgpt.entity.models.Model
- getPermission() - Method in class com.unfbx.chatgpt.entity.models.Model
- getRoot() - Method in class com.unfbx.chatgpt.entity.models.Model
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
- Image.ResponseFormat - Enum in com.unfbx.chatgpt.entity.images
- 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
- 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
M
- 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
- OPENAI_AUTHENTICATION_ERROR - com.unfbx.chatgpt.exception.CommonError
- 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
- 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
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
R
- 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
S
- setAllowCreateEngine(boolean) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setAllowFineTuning(boolean) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setAllowLogprobs(boolean) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setAllowSampling(boolean) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setAllowSearchIndices(boolean) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setAllowView(boolean) - Method in class com.unfbx.chatgpt.entity.models.Permission
- 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
- setCreated(long) - Method in class com.unfbx.chatgpt.entity.models.Model
- setCreated(long) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setData(List<Model>) - Method in class com.unfbx.chatgpt.entity.models.ModelResponse
- setEcho(boolean) - Method in class com.unfbx.chatgpt.entity.completions.Completion
- setFrequencyPenalty(double) - Method in class com.unfbx.chatgpt.entity.completions.Completion
- setGroup(Object) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setID(String) - Method in class com.unfbx.chatgpt.entity.models.Model
- setID(String) - Method in class com.unfbx.chatgpt.entity.models.Permission
- 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
- setIsBlocking(boolean) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setLearningRateMultiplier(Double) - Method in class com.unfbx.chatgpt.entity.fineTune.FineTune
- 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.completions.Completion
- 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.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
- setObject(String) - Method in class com.unfbx.chatgpt.entity.models.Model
- setObject(String) - Method in class com.unfbx.chatgpt.entity.models.ModelResponse
- setObject(String) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setOrganization(String) - Method in class com.unfbx.chatgpt.entity.models.Permission
- setOwnedBy(String) - Method in class com.unfbx.chatgpt.entity.models.Model
- setParent(Object) - Method in class com.unfbx.chatgpt.entity.models.Model
- setPermission(List<Permission>) - Method in class com.unfbx.chatgpt.entity.models.Model
- 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(Image.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
- setRoot(String) - Method in class com.unfbx.chatgpt.entity.models.Model
- 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.completions.Completion
- 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.completions.Completion
- setTemperature(double) - Method in class com.unfbx.chatgpt.entity.edits.Edit
- setTopP(Integer) - Method in class com.unfbx.chatgpt.entity.completions.Completion
- setTopP(Integer) - 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.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
-
描述:
- SYS_ERROR - com.unfbx.chatgpt.exception.CommonError
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.Image.ResponseFormat
- 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
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.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.Image.ResponseFormat
-
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.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.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.Image.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.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.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.
All Classes All Packages