Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d8a9519

Browse files
Update listener for llm to use 'python' string
1 parent c8ba487 commit d8a9519

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 + ".python", "onFilterText"));
294+
llm.listeners.add(new Listener("publishText", "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)

AltStyle によって変換されたページ (->オリジナル) /