ChatGPT - GPT4.5

免费增值
通过 NexaLink | 已更新 2ヶ月前 | Artificial Intelligence/Machine Learning
人气

8.7 / 10

延迟

6,648ms

服务等级

100%

Health Check

N/A

返回全部教程 (1)

How to use?

  1. To initiate a chat, send a POST request to the /ask endpoint with a JSON object that includes a query property. The initial response will include a conversationId and a response.

  2. To continue the chat, use the conversationId in subsequent API calls.

  3. To retrieve a response based on the chat history related to a specific conversationId, send a POST request to the /ask endpoint with the conversationId.