pwntie: fix ollama options
This commit is contained in:
parent
4cfb5656b7
commit
a518edc5cb
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user