openai_response_stream_integrity{
"model": "{{openai_model}}",
"messages": [
{
"role": "user",
"content": "Write exactly two sentences about protocol probes and end with OPENAI_INTEGRITY_OK."
}
],
"temperature": 0,
"max_tokens": 96,
"stream": true
}curl --location 'https://api.147ai.cn/v1/chat/completions?_apifox_probe_id=openai_stream_91000136' \
--header 'Authorization: Bearer {{api_key}}' \
--header 'Accept: text/event-stream' \
--header 'Content-Type: application/json' \
--data '{
"model": "{{openai_model}}",
"messages": [
{
"role": "user",
"content": "Write exactly two sentences about protocol probes and end with OPENAI_INTEGRITY_OK."
}
],
"temperature": 0,
"max_tokens": 96,
"stream": true
}'{
"data": "string",
"event": "string",
"id": "string",
"retry": 0
}