mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Update README.md
This commit is contained in:
parent
9722ef4356
commit
39d00b840d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ MODEL_TYPE: supports LlamaCpp or GPT4All
|
||||||
PERSIST_DIRECTORY: is the folder you want your vectorstore in
|
PERSIST_DIRECTORY: is the folder you want your vectorstore in
|
||||||
LLAMA_EMBEDDINGS_MODEL: Path to your LlamaCpp supported embeddings model
|
LLAMA_EMBEDDINGS_MODEL: Path to your LlamaCpp supported embeddings model
|
||||||
MODEL_PATH: Path to your GPT4All or LlamaCpp supported LLM
|
MODEL_PATH: Path to your GPT4All or LlamaCpp supported LLM
|
||||||
N_CTX: Maximum token limit for both embeddings and LLM models
|
MODEL_N_CTX: Maximum token limit for both embeddings and LLM models
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, download the 2 models and place them in a directory of your choice (Ensure to update your .env with the model paths):
|
Then, download the 2 models and place them in a directory of your choice (Ensure to update your .env with the model paths):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue