//! Streaming query with model selection.
//!
//! Streams response tokens as they arrive instead of waiting for the full
//! response. Also demonstrates choosing a specific model.
//!
//! ```sh
//! cargo run --example 02_streaming
//! ```
use ;
use StreamExt;
async