1 2 3 4 5 6 7 8 9
#[cfg(any( feature = "openai", feature = "gemini", feature = "ollama", feature = "anthropic" ))] pub(crate) mod line_stream; #[cfg(any(feature = "openai", feature = "gemini", feature = "anthropic"))] pub(crate) mod sse;