ChatGPT - GPT4 Ai Chatbot

免费增值
通过 next base | 已更新 2 months ago | Artificial Intelligence/Machine Learning
人气

9.4 / 10

延迟

2,640ms

服务等级

100%

Health Check

N/A

返回全部教程 (1)

How to use?

  1. To begin a chat, submit a POST request to the /ask endpoint containing a JSON object with a query attribute. The primary response will consist of a conversationId and a response.

  2. For ongoing chat, incorporate the conversationId in later API calls.

  3. In order to obtain a response associated with a particular conversationId’s chat history, send a POST request to the /ask endpoint, including the conversationId.