{
"postId": "ab-test-one",
"content": "你在说神马?我什么都没说。你想吃什么?我想吃苹果!"
}
curl --location --request POST 'https://qwen-vercel-middleware-floatsheep-floatsheeps-projects.vercel.app/api/summary' \
--header 'Content-Type: application/json' \
--data-raw '{
"postId": "ab-test-one",
"content": "你在说神马?我什么都没说。你想吃什么?我想吃苹果!"
}'
{"code":1,"message":"处理文章摘要成功","data":"这句话似乎是在进行日常对话,用户在询问对方说了什么以及自己的食物偏好。摘要如下:\n用户在询问对方的言论,并表达了自己的食物愿望,希望吃苹果。"}