From 5cda9cdd13ba703fdd2df4e1850ad0a4da6c1ef8 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Fri, 11 Aug 2023 00:23:31 -0700 Subject: [PATCH] add instructions to `privategpt` example to try another model --- examples/privategpt/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/privategpt/README.md b/examples/privategpt/README.md index 6f313c00..a20ba745 100644 --- a/examples/privategpt/README.md +++ b/examples/privategpt/README.md @@ -59,6 +59,13 @@ Enter a query: How many locations does WeWork have? As of June 2023, WeWork has 777 locations worldwide, including 610 Consolidated Locations (as defined in the section entitled Key Performance Indicators). ``` +### Try a different model: + +``` +ollama pull llama2:13b +MODEL=llama2:13b python privateGPT.py +``` + ## Adding your own data Put any and all your files into the `source_documents` directory