From dea27be987fb8ad62c3c1454b8c312e01e37832a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:13:58 -0400 Subject: [PATCH] chore(example/llm): Link to model library --- doc/llm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/llm.md b/doc/llm.md index da7bc6dd..e201f5e2 100644 --- a/doc/llm.md +++ b/doc/llm.md @@ -56,7 +56,7 @@ Key points: - To change this location, edit the `dataDir` option in `flake.nix` 2. **Model management**: - By default, the [`phi3`] model is automatically downloaded - - To change or add models: a. Edit the `models` option in `flake.nix` b. Use the open-webui interface to download additional models. + - To change or add [more models](https://ollama.com/library): a. Edit the `models` option in `flake.nix`, or b. Use the open-webui interface to download additional models. [`phi3`]: https://ollama.com/library/phi3 -[source]: https://github.com/juspay/services-flake/tree/main/example/llm \ No newline at end of file +[source]: https://github.com/juspay/services-flake/tree/main/example/llm