From 44bcd7575b8157359c12c567ad05d0d13586d206 Mon Sep 17 00:00:00 2001 From: MdNaeemurRahman <58079832+MdNaeemurRahman@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:19:05 +0200 Subject: [PATCH] Update model privateGPT.py --- privateGPT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privateGPT.py b/privateGPT.py index 7d97a56..5440ce8 100644 --- a/privateGPT.py +++ b/privateGPT.py @@ -9,7 +9,7 @@ import argparse import time -model = os.environ.get("MODEL", "llama2-uncensored") +model = os.environ.get("MODEL", "llama2") # For embeddings model, the example uses a sentence-transformers model # https://www.sbert.net/docs/pretrained_models.html # "The all-mpnet-base-v2 model provides the best quality, while all-MiniLM-L6-v2 is 5 times faster and still offers good quality."