### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters 2024-10-24 11:02:09 +08:00 committed by GitHub
parent c86afff447
commit 765a114be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -536,7 +536,7 @@ Downloads a document from a specified dataset.
- Headers: - Headers:
- `'Authorization: Bearer {YOUR_API_KEY}'` - `'Authorization: Bearer {YOUR_API_KEY}'`
- Output: - Output:
- `'{FILE_NAME}'`???????? - `'{PATH_TO_THE_FILE}'`
#### Request example #### Request example
@ -556,11 +556,11 @@ curl --request GET \
### Response ### Response
A successful response includes a text object like the following: Success:
```text ```text
test_2. test_2.
```???????????????? ```
Failure: Failure:
@ -1954,7 +1954,7 @@ Failure:
--- ---
## Chat ## Converse
**POST** `/api/v1/chat/{chat_id}/completion` **POST** `/api/v1/chat/{chat_id}/completion`