From 5a6529b9d27f24a3d07d6c253444383e48bf3d9d Mon Sep 17 00:00:00 2001 From: writinwaters Date: Thu, 24 Oct 2024 10:56:51 +0800 Subject: [PATCH] minor --- api/http_api_reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/http_api_reference.md b/api/http_api_reference.md index a290956649..53764a38d4 100644 --- a/api/http_api_reference.md +++ b/api/http_api_reference.md @@ -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 @@ -556,11 +556,11 @@ curl --request GET \ ### Response -A successful response includes a text object like the following: +Success: ```text test_2. -```???????????????? +``` Failure: @@ -1954,7 +1954,7 @@ Failure: --- -## Chat +## Converse **POST** `/api/v1/chat/{chat_id}/completion`