{
"chatId": "68f88383f7ec63b4a9ba45f8",
"stream": false,
"detail": false,
"responseChatItemId": "my_responseChatItemId",
"messages": [
{
"role": "user",
"content": "如何进行系统报障"
}
]
}curl --location --request POST 'https://ai.vnet.com/ailowcode/api/v1/chat/completions' \
--header 'Authorization: Bearer fastgpt-eOAjYcdGCAQHVPxnbQY2ubBOL9jkPjihMbQsXCnuFklWI0F80ANsTvXdrilKDHx' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatId": "68f88383f7ec63b4a9ba45f8",
"stream": false,
"detail": false,
"responseChatItemId": "my_responseChatItemId",
"messages": [
{
"role": "user",
"content": "如何进行系统报障"
}
]
}'{
"code": "string",
"message": "string",
"data": {}
}