known-types-openai 0.1.4

Well-known types for OpenAI APIs.
Documentation
1
2
3
4
5
6
7
8
9
// 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