From 7e27b8f856f64d7215a07c03147263b81b83464e Mon Sep 17 00:00:00 2001 From: Leo Wu Date: Wed, 10 Jul 2024 18:31:33 +0800 Subject: [PATCH] update example path --- example/chatgpt.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/chatgpt.http b/example/chatgpt.http index 313ef5cf5..c44f9f3ae 100644 --- a/example/chatgpt.http +++ b/example/chatgpt.http @@ -12,7 +12,7 @@ GET {{baseUrl}}/chatgpt/backend-api/conversations?offset=0&limit=3&order=updated Authorization: Bearer {{accessToken}} ### get conversation -GET {{baseUrl}}/chatgpt/backend-api/conversation/id +GET {{baseUrl}}/chatgpt/backend-api/conversation/{{conversation_id}} Authorization: Bearer {{accessToken}} ### create conversation