From 7f81b6b5589be0b1eb14409a7a22732abae8e7cc Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sun, 15 Dec 2024 18:53:21 +0100 Subject: [PATCH] type fix --- lollms/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lollms/app.py b/lollms/app.py index 3430b0c..a02230f 100644 --- a/lollms/app.py +++ b/lollms/app.py @@ -1097,7 +1097,7 @@ class LollmsApplication(LoLLMsCom): "---", ]) template = """{ -"query": "[the rag query deduced from the last messgae in the discussion]" +"query": "[the rag query deduced from the last messge in the discussion]" } """ query = self.personality.generate_code(q, self.personality.image_files, template, callback=self.personality.sink)