From 1e0e91ed945f0f9b44b68e137c4b99d621a363f6 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 27 Feb 2024 17:09:40 +0100 Subject: [PATCH] fixed problem --- lollms/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lollms/app.py b/lollms/app.py index a79f258..bfe6a18 100644 --- a/lollms/app.py +++ b/lollms/app.py @@ -571,7 +571,7 @@ class LollmsApplication(LoLLMsCom): except: self.warning("Couldn't add long term memory information to the context. Please verify the vector database") # Add information about the user user_description="" - if self.config.use_user_name_in_discussions: + if self.config.use_user_informations_in_discussion: user_description="!@>User description:\n"+self.config.user_description+"\n"