🌐 AI搜索 & 代理 主页
Skip to content

Commit d51f136

Browse files
authored
Working chatbot streaming (#1228)
1 parent 4e6cf6b commit d51f136

File tree

10 files changed

+886
-440
lines changed

10 files changed

+886
-440
lines changed

pgml-dashboard/Cargo.lock

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

pgml-dashboard/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ tokio = { version = "1", features = ["full"] }
5050
url = "2.4"
5151
yaml-rust = "0.4"
5252
zoomies = { git="https://github.com/HyperparamAI/zoomies.git", branch="master" }
53+
ws = { package = "rocket_ws", git = "https://github.com/SergioBenitez/Rocket" }
54+
futures = "0.3.29"

0 commit comments

Comments
 (0)