Skip to content

Commit

Permalink
example/llm/ollama: use default dataDir for clearer view on what is…
Browse files Browse the repository at this point in the history
… going on
  • Loading branch information
drupol committed Jun 14, 2024
1 parent f9143f1 commit aaf87af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/llm/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
# Backend service to perform inference on LLM models
ollama."ollama1" = {
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";
};
# Get ChatGPT like UI, but open-source, with Open WebUI
open-webui."open-webui1" = {
Expand Down

0 comments on commit aaf87af

Please sign in to comment.