Skip to content

Commit

Permalink
chore: upgrade llama-core to 0.18.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Sep 26, 2024
1 parent 59f74a4 commit 22eb074
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = "1"
clap = { version = "4.4.6", features = ["cargo", "derive"] }
endpoints = { version = "=0.14.2" }
hyper = { version = "0.14", features = ["full"] }
llama-core = { version = "=0.18.0", features = ["logging"] }
llama-core = { version = "=0.18.1", features = ["logging"] }
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
multipart-2021 = "0.19.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 22eb074

Please sign in to comment.