[
{
"role": "system",
"content": "帮我查询用户ID为123的信息"
}
]curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/llm/openai/chat/stream' \
--header 'tenantId;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"role": "system",
"content": "帮我查询用户ID为123的信息"
}
]'null