Streaming Responses
{
"model": "text-prime",
"messages": [{"role": "user", "content": "Hello!"}],
"stream": true
}data: {"id":"chatcmpl-abc","object":"chat.completion.chunk","created":1677858242,"model":"text-prime","choices":[{"index":0,"delta":{"role":"assistant"},"finish_reason":null}]}
data: {"id":"chatcmpl-abc","object":"chat.completion.chunk","created":1677858242,"model":"text-prime","choices":[{"index":0,"delta":{"content":"Hello"},"finish_reason":null}]}
data: {"id":"chatcmpl-abc","object":"chat.completion.chunk","created":1677858242,"model":"text-prime","choices":[{"index":0,"delta":{"content":"!"},"finish_reason":null}]}
data: {"id":"chatcmpl-abc","object":"chat.completion.chunk","created":1677858242,"model":"text-prime","choices":[{"index":0,"delta":{},"finish_reason":"stop"}]}
data: [DONE]Last updated
Was this helpful?