Skip to content

Commit

Permalink
example/llm/ollama: don't download 4GB of models upon starting
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 14, 2024
1 parent 398096a commit f9143f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/llm/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" = {
Expand Down

0 comments on commit f9143f1

Please sign in to comment.