Uses of Class
com.unfbx.chatgpt.entity.edits.EditResponse
-
Packages that use EditResponse Package Description com.unfbx.chatgpt -
-
Uses of EditResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return EditResponse Modifier and Type Method Description EditResponseOpenAiClient. edit(Edit edit)文本修改Methods in com.unfbx.chatgpt that return types with arguments of type EditResponse Modifier and Type Method Description io.reactivex.Single<EditResponse>OpenAiApi. edits(Edit edit)Creates a new edit for the provided input, instruction, and parameters.
-