chore(example/llm): Update README to be in sync with code

This commit is contained in:
Sridhar Ratnakumar 2024-06-18 10:09:44 -04:00 committed by GitHub
parent 9c209522c4
commit 988c07ddfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.