Skip to content

Commit 2c284cc

Browse files
committed
feat: upgrade openai-dive to version with query params
1 parent 5ea1808 commit 2c284cc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

server/Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ time = { version = "0.3" }
126126
uuid = { version = "1", features = ["v4", "serde", "v5"] }
127127
diesel_migrations = { version = "2.0" }
128128
regex = "1.7.3"
129-
openai_dive = { git = "https://github.com/devflowinc/openai-client.git", rev = "6c52d30bedc40877c2880e71524f9e36b0c66cee", features = [
130-
"stream",
131-
] }
132129
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
133130
tokio-stream = "0.1.12"
134131
futures-util = "0.3.28"
@@ -204,6 +201,7 @@ tracing-subscriber = { version = "0.3.19", features = [
204201
] }
205202
sentry-tracing = "0.41.0"
206203
sentry-actix = "0.41.0"
204+
openai_dive = { version = "1.2.3", features = ["stream"] }
207205

208206
[build-dependencies]
209207
dotenvy = "0.15.7"

0 commit comments

Comments
 (0)