Skip to content

Commit 8efbc34

Browse files
authored
fix: redesign chat example && fix search cors erros. (#40)
Signed-off-by: wiseaidev <oss@wiseai.dev>
1 parent 8812991 commit 8efbc34

18 files changed

Lines changed: 231 additions & 302 deletions

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ chrono = { version = "0.4.44", features = ["serde"] }
3030
uuid = { version = "1.23.1", features = ["v4"] }
3131
derivative = "2.2.0"
3232
clap = { version = "4.6.1", features = ["derive"] }
33-
duckduckgo = "0.3.1"
33+
duckduckgo = "0.3.2"
3434
lopdf = { version = "0.40.0" }
3535
reqwest = { version = "0.13", features = ["json"] }
3636
pyo3 = { version = "0.28.3", features = ["extension-module"] }

0 commit comments

Comments
 (0)