Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
andthattoo committed Aug 15, 2024
1 parent 72ef598 commit 25467d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tokio-util = { version = "0.7.10", features = ["rt"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12.5", features = ["json"] }
reqwest = { version = "0.12.5", default-features = false, features = ["json", "rustls-tls"] }
rand = "0.8.5"
ollama-rs = { git = "https://github.com/andthattoo/ollama-rs", rev = "e566515", features = [
"function-calling",
Expand All @@ -32,4 +32,4 @@ log = "0.4"
env_logger = "0.9"
colored = "2.0"
dotenv = "0.15"
simsimd = "4.3.1"
simsimd = "4.3.1"

0 comments on commit 25467d2

Please sign in to comment.