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 3b44e83 commit 7c0e438Copy full SHA for 7c0e438
src/query/service/Cargo.toml
@@ -98,8 +98,7 @@ storages-common-table-meta = { path = "../storages/common/table-meta" }
98
# Crates.io dependencies
99
aho-corasick = { version = "0.7.20" }
100
async-channel = "1.7.1"
101
-# Wait for https://github.com/64bit/async-openai/pull/60
102
-async-openai = { version = "0.9.5", git = "https://github.com/Xuanwo/async-openai", rev = "22fd9ca0c9c86a2c57462c5fd32aaff407d6b000" }
+async-openai = "0.10.0"
103
async-stream = "0.3.3"
104
async-trait = { version = "0.1.57", package = "async-trait-fn" }
105
base64 = "0.21.0"
0 commit comments