From eec5a2a4712d57f0dafcd9c60e5a1a327a9ada36 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Wed, 5 Jun 2024 01:57:17 +0200 Subject: [PATCH] synced --- lollms/personality.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lollms/personality.py b/lollms/personality.py index a059b95..874a983 100644 --- a/lollms/personality.py +++ b/lollms/personality.py @@ -2407,6 +2407,7 @@ class APScript(StateMachine): f"{start_header_id_template}fun_mode{end_header_id_template}\n"+context_details["fun_mode"] if context_details["fun_mode"] else "", f"{start_header_id_template}discussion_window{end_header_id_template}\n"+context_details["discussion_messages"] if context_details["discussion_messages"].strip()!="" else "", custom_entries, + context_details["extra"], f'{start_header_id_template}{context_details["ai_prefix"]}{end_header_id_template}' ], 8)