Skip to content

Commit e5bedab

Browse files
authored
Add chat history support to web chat app (#1363)
* Add chat history * Support renaming * Start immediately with new chat * Add timestamp * Prettier chat list * Style * Delete chat * Fix copy button * Fix markdown rendering * Store things in cache * Store things in cache
1 parent 0e02779 commit e5bedab

File tree

5 files changed

+727
-265
lines changed

5 files changed

+727
-265
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.a
55
.DS_Store
66
.idea
7+
mistralrs-web-chat/cache

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.

mistralrs-web-chat/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ uuid = "1.17.0"
2828
image.workspace = true
2929
clap = { workspace = true, features = ["derive"] }
3030
indexmap.workspace = true
31+
chrono = "0.4.41"
3132

3233
[features]
3334
cuda = ["mistralrs/cuda"]

0 commit comments

Comments
 (0)