diff --git a/src/main.rs b/src/main.rs index a7de592..b875c52 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,7 @@ async fn main() -> Result<(), Box> { let mut ai = ThebAI::new(None); - let mut response = ai.ask("Hello, world!").await?; + let mut response = ai.ask("Hello, world!", /* Option */).await?; println!("{:?}", response);