浏览代码

more setup instructions for `privategpt` example

Jeffrey Morgan 1 年之前
父节点
当前提交
ab78f48ff8
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      examples/privategpt/README.md

+ 8 - 0
examples/privategpt/README.md

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