diff --git a/Cargo.toml b/Cargo.toml index 33ed451..5c816cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.90" -async-openai = "0.14.2" +async-openai = "0.29.0" async-trait = "0.1.73" backoff = "0.4.0" clap = { version = "4.4.4", features = ["derive"] }