From 45123017563c459d698b6221965661b02c783885 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 31 Oct 2023 13:25:36 -0400 Subject: [PATCH] Update README.md --- examples/bash-comparemodels/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bash-comparemodels/README.md b/examples/bash-comparemodels/README.md index 870c1259..01b21ba0 100644 --- a/examples/bash-comparemodels/README.md +++ b/examples/bash-comparemodels/README.md @@ -6,4 +6,4 @@ When calling `ollama`, you can pass it a file to run all the prompts in the file `bulkquestions.sh` is a script that runs all the questions in `sourcequestions` using the llama2 model and outputs the answers. ## Compare Models -`comparemodels.sh` is a script that runs all the questions in `sourcequestions` using any 4 models you choose that you have already pulled from the registry or have created locally. \ No newline at end of file +`comparemodels.sh` is a script that runs all the questions in `sourcequestions` using any 4 models you choose that you have already pulled from the Ollama library or have created locally.