Skip to content

Commit

Permalink
ollama-rs linked to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
andthattoo committed Aug 15, 2024
1 parent b7ce93b commit 686194e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -16,9 +16,9 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12.4", features = ["json"] }
rand = "0.8.5"
ollama-rs = { git = "https://github.com/andthattoo/ollama-rs", branch = "master", features = [
ollama-rs = { git = "https://github.com/andthattoo/ollama-rs", rev = "e566515", features = [
"function-calling",
] }
] }
parking_lot = "0.12.2"
langchain-rust = "4.2.0"
openai_dive = "0.5.3"
Expand Down

0 comments on commit 686194e

Please sign in to comment.