add working Audio HumanInterface

refactoring as always
remove secrets
This commit is contained in:
milan
2026-04-21 21:55:17 +02:00
parent ef468e8fd6
commit 20a5b01311
10 changed files with 474 additions and 81 deletions
+4 -2
View File
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
ollama-rs = { version = "0.3.4", features = ["macros", "headers"] }
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "macros", "io-std"] }
rmcp = { version = "1.3.0", features = ["client"] }
log = { version = "0.4.29" }
env_logger = "0.11.10"
@@ -18,4 +18,6 @@ dialoguer = "0.12.0"
indicatif = "0.18.4"
console = "0.16.3"
clap = { version = "4.6.0", features = ["derive"] }
base64 = "0.22.1"
base64 = "0.22.1"
cpal = "0.17.3"
rodio = "0.22.2"