From 4c9ed092709533aaa62ce23b25f09cfbbe051ce1 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:59:26 -0300 Subject: [PATCH] Update settings template --- modules/shared.py | 1 + settings-template.json | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/shared.py b/modules/shared.py index 4e83c53..42a9148 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -7,6 +7,7 @@ lora_name = "None" soft_prompt_tensor = None soft_prompt = False is_RWKV = False +is_llamacpp = False # Chat variables history = {'internal': [], 'visible': []} diff --git a/settings-template.json b/settings-template.json index 4ce0ca7..ea456fd 100644 --- a/settings-template.json +++ b/settings-template.json @@ -6,6 +6,7 @@ "name1": "You", "name2": "Assistant", "context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.", + "greeting": "Hello there!", "stop_at_newline": false, "chat_prompt_size": 2048, "chat_prompt_size_min": 0,