Skip to content

Commit c8ba487

Browse files
authored
Update listener for LLMConfig to use python onFilterText
1 parent 67f086f commit c8ba487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/myrobotlab/service/config/InMoov2Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public Plan getDefault(Plan plan, String name) {
291291
chatBot.listeners.add(new Listener("publishSession", name));
292292

293293
LLMConfig llm = (LLMConfig) plan.get(getPeerName("llm"));
294-
llm.listeners.add(new Listener("publishText", name + ".htmlFilter", "onText"));
294+
llm.listeners.add(new Listener("publishText", name + ".python", "onFilterText"));
295295

296296
HtmlFilterConfig htmlFilter = (HtmlFilterConfig) plan.get(getPeerName("htmlFilter"));
297297
htmlFilter.listeners.add(new Listener("publishText", name + ".mouth", "onText"));

0 commit comments

Comments
 (0)