pwntie: fix ollama options

This commit is contained in:
Aaron Bieber 2024-11-18 12:02:08 -07:00
parent 4cfb5656b7
commit a518edc5cb
No known key found for this signature in database

View File

@ -90,7 +90,8 @@ in
ollama = { ollama = {
enable = true; enable = true;
acceleration = "rocm"; acceleration = "rocm";
listenAddress = "localhost:${toString oLlamaPort}"; host = "localhost";
port = oLlamaPort;
}; };
prometheus = { prometheus = {
enable = true; enable = true;