Commit ab78f48f authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

more setup instructions for `privategpt` example

parent b1c88eb9
...@@ -4,10 +4,18 @@ ...@@ -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
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment