Skip to content

Commit

Permalink
chore(example/llm): Fix dataDir in README
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jun 21, 2024
1 parent 0dc5d11 commit 907e66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ nix run "github:juspay/services-flake?dir=example/llm"

`example/llm` runs two processes ollama and open-webui

- The ollama data is stored under `$HOME/.services-flake/ollama`. You can change this path in `flake.nix` by setting the `dataDir` option.
- The ollama data is stored under `$HOME/.services-flake/llm/ollama`. You can change this path in `flake.nix` by setting the `dataDir` option.
- A single model ([`deepseek-coder-v2`](https://ollama.com/library/deepseek-coder-v2)) is automatically downloaded. You can modify this in `flake.nix` as well by setting the `models` option. You can also download models in the open-webui UI.

0 comments on commit 907e66c

Please sign in to comment.