From f4574fc1dcd22ddbb52b453387f7d9a1d26ab1fb Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sun, 31 Dec 2023 22:52:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5fed5b6..fc3352a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ make start-gpu When the server is up and running, access the app at: http://localhost:8501 +Switch to a different model by changing the `MODEL` env variable in the [docker-compose.yaml](https://github.com/amithkoujalgi/ollama-pdf-bot/blob/main/docker-compose.yml#L18). Check out the available models from [here](https://ollama.ai/library). + **Note:** - It takes a while to start up since it downloads the specified model for the first time.