re-add llama.cpp (test?)

This commit is contained in:
2026-03-30 02:03:05 -04:00
parent a2b16be399
commit 943fa2f531
5 changed files with 99 additions and 0 deletions

View File

@@ -149,6 +149,10 @@ rec {
port = 5000;
proto = "tcp";
};
llama_cpp = {
port = 6688;
proto = "tcp";
};
};
};