more setup instructions for privategpt
example
This commit is contained in:
parent
b1c88eb978
commit
ab78f48ff8
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue