Просмотр исходного кода

more setup instructions for `privategpt` example

Jeffrey Morgan 1 год назад
Родитель
Сommit
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
 
 ```