Uses of Class
com.unfbx.chatgpt.entity.files.UploadFileResponse
-
Packages that use UploadFileResponse Package Description com.unfbx.chatgpt -
-
Uses of UploadFileResponse in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return UploadFileResponse Modifier and Type Method Description UploadFileResponseOpenAiClient. uploadFile(File file)上传文件UploadFileResponseOpenAiClient. uploadFile(String purpose, File file)上传文件Methods in com.unfbx.chatgpt that return types with arguments of type UploadFileResponse Modifier and Type Method Description io.reactivex.Single<UploadFileResponse>OpenAiApi. uploadFile(okhttp3.MultipartBody.Part file, okhttp3.RequestBody purpose)上传文件
-