From cea9a561d44d564f456ee79b5a06d49699ad33ec Mon Sep 17 00:00:00 2001 From: Langevin Gael Date: Tue, 26 Nov 2024 14:07:34 +0100 Subject: [PATCH] swap python to htmlFilter --- services/L_Llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/L_Llm.py b/services/L_Llm.py index eba5b59d..b23a6a10 100644 --- a/services/L_Llm.py +++ b/services/L_Llm.py @@ -154,7 +154,7 @@ def describeImage(prompt): cfg = llmImg.getConfig() cfg.url = "http://localhost:11434" cfg.model = "llava" - python.subscribe(llmImg.getName(), "publishText", "onFilterText") + i01_htmlFilter.subscribe(llmImg.getName(), "publishText", "onText") llmImg.apply(cfg) llmImg.save() llmImg.broadcastState()