From f9143f1d7c6599ca70896763e179223be97d0344 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 14 Jun 2024 08:37:57 +0200 Subject: [PATCH] example/llm/ollama: don't download 4GB of models upon starting --- example/llm/flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/example/llm/flake.nix b/example/llm/flake.nix index 84f2191d..312588b9 100644 --- a/example/llm/flake.nix +++ b/example/llm/flake.nix @@ -23,7 +23,6 @@ enable = true; # The models are usually huge, downloading them in every project directory can lead to a lot of duplication dataDir = "$HOME/.services-flake/ollama1"; - models = [ "llama2-uncensored" ]; }; # Get ChatGPT like UI, but open-source, with Open WebUI open-webui."open-webui1" = {