| Package | Description |
|---|---|
| com.unfbx.chatgpt | |
| com.unfbx.chatgpt.entity.files |
| Modifier and Type | Method and Description |
|---|---|
File |
OpenAiClient.retrieveFile(String fileId)
检索文件
|
File |
OpenAiClient.retrieveFile(String fileId)
检索文件
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<OpenAiResponse<File>> |
OpenAiApi.files()
Returns a list of files that belong to the user's organization.
|
List<File> |
OpenAiClient.files()
获取文件列表
|
List<File> |
OpenAiClient.files()
获取文件列表
|
io.reactivex.Single<OpenAiResponse<File>> |
OpenAiApi.files()
Returns a list of files that belong to the user's organization.
|
io.reactivex.Single<File> |
OpenAiApi.retrieveFile(String fileId)
检索文件
|
io.reactivex.Single<File> |
OpenAiApi.retrieveFile(String fileId)
检索文件
|
| Modifier and Type | Class and Description |
|---|---|
class |
UploadFileResponse
描述:
|
Copyright © 2023 grt1228. All rights reserved.