diff --git a/example/chatgpt.http b/example/chatgpt.http index 313ef5cf..c44f9f3a 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