Skip to content

Commit

Permalink
Update model privateGPT.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNaeemurRahman authored Mar 26, 2024
1 parent 2db01bb commit 44bcd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privateGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 44bcd75

Please sign in to comment.