Commit 5cda9cdd authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

add instructions to `privategpt` example to try another model

parent e5914eb3
...@@ -59,6 +59,13 @@ Enter a query: How many locations does WeWork have? ...@@ -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). 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 ## Adding your own data
Put any and all your files into the `source_documents` directory Put any and all your files into the `source_documents` directory
......
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