Skip to content

Commit

Permalink
minor (infiniflow#2998)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
writinwaters authored Oct 24, 2024
1 parent 0ae6917 commit 5539f7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/http_api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ Downloads a document from a specified dataset.
- Headers:
- `'Authorization: Bearer {YOUR_API_KEY}'`
- Output:
- `'{FILE_NAME}'`????????
- `'{PATH_TO_THE_FILE}'`

#### Request example

Expand All @@ -556,11 +556,11 @@ curl --request GET \

### Response

A successful response includes a text object like the following:
Success:

```text
test_2.
```????????????????
```

Failure:

Expand Down Expand Up @@ -1954,7 +1954,7 @@ Failure:

---

## Chat
## Converse

**POST** `/api/v1/chat/{chat_id}/completion`

Expand Down

0 comments on commit 5539f7b

Please sign in to comment.