Skip to content

Commit

Permalink
chore(example/llm): Update README to be in sync with code
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 18, 2024
1 parent 9c20952 commit 988c07d
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 @@ -12,4 +12,4 @@ 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.
- A single model (`llama2-uncensored`) 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.
- A single model ([`deepseek-coder-v2`](https://ollama.com/library/deepseek-coder)) 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 988c07d

Please sign in to comment.