|
@@ -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
|
|
|
|
|
|
```
|
|
```
|