Uses of Class
com.unfbx.chatgpt.entity.files.File
-
Packages that use File Package Description com.unfbx.chatgpt com.unfbx.chatgpt.entity.files -
-
Uses of File in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt that return File Modifier and Type Method Description FileOpenAiClient. retrieveFile(String fileId)检索文件Methods in com.unfbx.chatgpt that return types with arguments of type File Modifier and Type Method Description io.reactivex.Single<OpenAiResponse<File>>OpenAiApi. files()Returns a list of files that belong to the user's organization.List<File>OpenAiClient. files()获取文件列表io.reactivex.Single<File>OpenAiApi. retrieveFile(String fileId)检索文件 -
Uses of File in com.unfbx.chatgpt.entity.files
Subclasses of File in com.unfbx.chatgpt.entity.files Modifier and Type Class Description classUploadFileResponse描述:
-