From 39d00b840d1c511a127e97156abd8742f1d52fd4 Mon Sep 17 00:00:00 2001 From: alxspiker Date: Thu, 11 May 2023 15:05:07 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59f01ba6..54c7a017 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ MODEL_TYPE: supports LlamaCpp or GPT4All PERSIST_DIRECTORY: is the folder you want your vectorstore in LLAMA_EMBEDDINGS_MODEL: Path to your LlamaCpp supported embeddings model 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):