Very WIP call ollama from user prompt.

This commit is contained in:
2026-02-07 10:36:14 +02:00
parent b5ae7c8550
commit dfa3f2dd75
3 changed files with 665 additions and 16 deletions

View File

@@ -4,7 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
genai = "0.5.3"
shared = { path = "../shared" }
tokio = { version = "1.49.0", features = ["full"] }
tokio = { version = "1.49.0", features = ["full"] }
tonic = "0.14.2"
tonic-reflection = "0.14.2"