{
"model": "gpt-3.5-turbo",
"question": "你好",
"other_id": 1,
"type": 1
}curl --location --request POST '/api/chat.chatDialog/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-3.5-turbo",
"question": "你好",
"other_id": 1,
"type": 1
}'data: {
"error": {
"model": "gpt-3.5-turbo",
"message": "会话不存在",
"type": "invalid_request_error",
"code": 0,
"param": null
}
}