Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Feb 27, 2024
2 parents ff4c01d + 5b73388 commit 2fd3e4f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 20 deletions.
49 changes: 33 additions & 16 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"

[dependencies]
tokio = { version = "1", features = ["full"] }
ollama-rs = "0.1.5"
reqwest = {version = "0.11.23", features = ["json"]}
serde_json = "1.0.108"
serde = "1.0.193"
ollama-rs = "0.1.7"
reqwest = {version = "0.11.24", features = ["json"]}
serde_json = "1.0.114"
serde = "1.0.197"
substring = "1.4.5"

0 comments on commit 2fd3e4f

Please sign in to comment.