From f7d4947573f52d7ebaa303a52c88eb11c8bee1ac Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Fri, 11 Aug 2023 08:52:26 -0700 Subject: [PATCH] update header note for `privategpt` example --- examples/privategpt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/privategpt/README.md b/examples/privategpt/README.md index 768a4a1c..5dbd0ec5 100644 --- a/examples/privategpt/README.md +++ b/examples/privategpt/README.md @@ -1,6 +1,6 @@ # privateGPT with Llama 2 Uncensored -> Note: this example is a simplified version of [PrivateGPT](https://github.com/imartinez/privateGPT) that works with Llama 2 Uncensored. +> Note: this example is a slightly modified version of PrivateGPT using models such as Llama 2 Uncensored. All credit for PrivateGPT goes to Iván Martínez who is the creator of it, and you can find his GitHub repo [here](https://github.com/imartinez/privateGPT). ### Setup