We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b700d commit 0784296Copy full SHA for 0784296
answer/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT"
12
13
[dependencies]
14
anyhow = { version = "1.0.71" }
15
-async-openai = { version = "0.25.0" }
+async-openai = { version = "0.26.0" }
16
clap = { version = "4.2.7" }
17
clap-verbosity-flag = { version = "2.0.1" }
18
futures = { version = "0.3.28" }
murmur/Cargo.toml
clap = { version = "4.2.7", features = ["derive"] }
cpal = { version = "0.15.2" }
0 commit comments