From 25cf2d92f3198ba7541dad979eca1f9c1238ff04 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 2 Mar 2025 18:54:59 -0500 Subject: feat: llama.cpp -> ollama API + reading from stream --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3d4c780..2069fb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,4 @@ ratatui = "0.29.0" reqwest = { version = "0.12.12", features = ["blocking", "json"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138" +tokio = "1.43.0" -- cgit v1.2.3