#![allow(clippy::unwrap_used, clippy::expect_used, clippy::panic)]
#[ignore = "requires running Ollama instance"]
#[tokio::test]
async fn e2e_chat_completion() {
}
#[ignore = "requires running Ollama instance"]
#[tokio::test]
async fn e2e_chat_streaming() {
}