Skip to content

Commit

Permalink
Update ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed May 27, 2024
1 parent 56a76b6 commit ed14188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cells/nixos/profiles/ollama.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
if pkgs.config.cudaSupport
then "cuda"
else null;
listenAddress = "127.0.0.1:11434";
listenAddress = "0.0.0.0:11434";
};
}

0 comments on commit ed14188

Please sign in to comment.