CTRL-C and CTRL-D support!

This commit is contained in:
Dhanji Prasanna
2025-09-06 14:21:47 +10:00
parent 368b392152
commit 873d640595
5 changed files with 81 additions and 9 deletions

View File

@@ -20,3 +20,4 @@ async-trait = "0.1"
tokio-stream = "0.1"
llama_cpp = { version = "0.3.2", features = ["metal"] }
shellexpand = "3.1"
tokio-util = "0.7"