fix: missing arg
This commit is contained in:
parent
eb1c54e719
commit
db86eea50a
@ -8,7 +8,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let mut ai = ThebAI::new(None);
|
||||
|
||||
|
||||
let mut response = ai.ask("Hello, world!").await?;
|
||||
let mut response = ai.ask("Hello, world!", /* Option<String> */).await?;
|
||||
|
||||
|
||||
println!("{:?}", response);
|
||||
|
Loading…
Reference in New Issue
Block a user