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" = {