Skip to content

Commit 7c0e438

Browse files
committed
chore(async-openai): Come back to upstream
Signed-off-by: Xuanwo <[email protected]>
1 parent 3b44e83 commit 7c0e438

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/query/service/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ storages-common-table-meta = { path = "../storages/common/table-meta" }
9898
# Crates.io dependencies
9999
aho-corasick = { version = "0.7.20" }
100100
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" }
101+
async-openai = "0.10.0"
103102
async-stream = "0.3.3"
104103
async-trait = { version = "0.1.57", package = "async-trait-fn" }
105104
base64 = "0.21.0"

0 commit comments

Comments
 (0)