Browse Source

more setup instructions for `privategpt` example

Jeffrey Morgan 1 year ago
parent
commit
ab78f48ff8
1 changed files with 8 additions and 0 deletions
  1. 8 0
      examples/privategpt/README.md

+ 8 - 0
examples/privategpt/README.md

@@ -4,10 +4,18 @@
 
 
 ### Setup
 ### Setup
 
 
+Install the Python dependencies:
+
 ```shell
 ```shell
 pip install -r requirements.txt
 pip install -r requirements.txt
 ```
 ```
 
 
+Pull the model you'd like to use:
+
+```
+ollama pull llama2-uncensored
+```
+
 ### Getting WeWork's latest quarterly report
 ### Getting WeWork's latest quarterly report
 
 
 ```
 ```