{
"model": "string",
"stream": true,
"questionId": "string",
"messages": [
{
"role": "string",
"content": "string"
}
],
"stream_options": {
"include_usage": true
}
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/largemodel/ai/chat-stream' \
--header 'token: wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Authorization: Bearer wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'Accept-Language: zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"stream": true,
"questionId": "string",
"messages": [
{
"role": "string",
"content": "string"
}
],
"stream_options": {
"include_usage": true
}
}'
[
""
]