{
"messages": [
{
"content": "4.84 w@F.Ul ygb:/ 10/24 什么是滋养你的爱# 情感共鸣 # 每日一读 # 爱 https://v.douyin.com/R09GzMxUOic/ 复制此链接,打开Dou音搜索,直接观看视频!",
"role": "user"
}
]
}
curl --location --request POST '/chat/completions' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"content": "4.84 w@F.Ul ygb:/ 10/24 什么是滋养你的爱# 情感共鸣 # 每日一读 # 爱 https://v.douyin.com/R09GzMxUOic/ 复制此链接,打开Dou音搜索,直接观看视频!",
"role": "user"
}
]
}'
{
"id": "string",
"model": "string",
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
},
"choices": [
{
"message": {
"role": "string",
"content": "```json\n{\n \"标题\": [...],\n \"封面\": [...],\n \"文案内容\": \"...\"\n}\n```"
},
"finish_reason": "string",
"index": 0
}
]
}