// This is free and unencumbered software released into the public domain.
//! **OpenAI API: Streaming**
//!
//! Stream Chat Completions in real time. Receive chunks of completions
//! returned from the model using server-sent events.
//! [Learn more][/docs/guides/streaming-responses?api-mode=chat].
//!
//! [/docs/guides/streaming-responses?api-mode=chat]: https://platform.openai.com/docs/guides/streaming-responses?api-mode=chat