Skip to content

Commit

Permalink
eat: add in session persistence from the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuru committed Mar 22, 2024
1 parent 65bb090 commit 065272d
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 59 deletions.
61 changes: 61 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ matrix-sdk = "0.7.1"
ollama-rs = "0.1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
serde_json = "1.0"
clap = { version = "4.2.1", features = ["derive"] }
lazy_static = "1.4.0"
regex = "1.10.3"
regex = "1.10.3"
dirs = "5.0.1"
rand = "0.8.5"
Loading

0 comments on commit 065272d

Please sign in to comment.