curl --location --request POST 'https://api.yijiarj.cn/v1/chat/completions' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "user",
"content": "<对话内容>"
}
],
"model": "<平台模型>"
}'{}