浏览代码

add instructions to `privategpt` example to try another model

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

+ 7 - 0
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