diff --git a/README.md b/README.md index 039d25b2..5da8bd06 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,13 @@ Now you're ready to work! # Supported models You can also refuse to download the model during the install procedure and download it manually. For now we support any ggml model such as : -- [GPT4ALL 7B](https://huggingface.co/ParisNeo/GPT4All/resolve/main/gpt4all-lora-quantized-ggml.bin) -- [Vicuna 7B](https://huggingface.co/eachadea/legacy-ggml-vicuna-7b-4bit/resolve/main/ggml-vicuna-7b-4bit.bin) +- [GPT4ALL 7B](https://huggingface.co/ParisNeo/GPT4All/resolve/main/gpt4all-lora-quantized-ggml.bin) +- [Vicuna 7B](https://huggingface.co/eachadea/legacy-ggml-vicuna-7b-4bit/resolve/main/ggml-vicuna-7b-4bit.bin) NOTE: Does not work out of the box - [Vicuna 7B rev 1](https://huggingface.co/eachadea/legacy-ggml-vicuna-7b-4bit/resolve/main/ggml-vicuna-7b-4bit-rev1.bin) -- [Vicuna 13B q4 v0](https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/resolve/main/ggml-vicuna-13b-1.1-q4_0.bin) -- [Vicuna 13B q4 v1](https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/resolve/main/ggml-vicuna-13b-1.1-q4_1.bin) -- [ALPACA 7B](https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/blob/main/ggml-alpaca-7b-q4.bin) NOTE: Needs conversion +- [Vicuna 13B q4 v0](https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/resolve/main/ggml-vicuna-13b-1.1-q4_0.bin) NOTE: Does not work out of the box +- [Vicuna 13B q4 v1](https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/resolve/main/ggml-vicuna-13b-1.1-q4_1.bin) NOTE: Does not work out of the box +- [Vicuna 13B rev 1](https://huggingface.co/eachadea/ggml-vicuna-13b-4bit/resolve/main/ggml-vicuna-13b-4bit-rev1.bin) +- [ALPACA 7B](https://huggingface.co/Sosaka/Alpaca-native-4bit-ggml/blob/main/ggml-alpaca-7b-q4.bin) NOTE: Does not work out of the box - Needs conversion Just download the model into the models folder and start using the tool. ## Usage diff --git a/personalities/gpt4all_chatbot.yaml b/personalities/gpt4all_chatbot.yaml index b42afa06..195461c5 100644 --- a/personalities/gpt4all_chatbot.yaml +++ b/personalities/gpt4all_chatbot.yaml @@ -27,10 +27,10 @@ personality_conditionning: | welcome_message: "Welcome! I am GPT4All A free and open discussion AI. What can I do for you today?" # This prefix is added at the beginning of any message input by the user -message_prefix: "\nuser:" +message_prefix: "\nuser: " # This suffix is added at the end of any message input by the user -message_suffix: "\ngpt4all:" +message_suffix: "\ngpt4all: " # Here is the list of extensions this personality requires dependencies: []