Skip to content

Commit b430d00

Browse files
authored
Update SRAIXFAILED for llm to chatBot
1 parent b5fc35c commit b430d00

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

peers/ProgramAB/tr-TR/aiml/sraix.aiml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<aiml>
33
<!-- File: sraix.aiml -->
44
<!-- -->
5-
<category><pattern>SRAIXFAILED *</pattern>
5+
<category><pattern>SRAIXFAILED #</pattern>
66
<template><condition name="llm">
7-
<li value="enabled"><img src="../Llm.png"/>
7+
<li value="enabled"><img src="img/InMoov2/brain-resize.gif"/>
88
<think>
99
<set name="topic"><star/></set>
1010
</think>
1111
<oob>
1212
<mrl>
1313
<service>python</service>
1414
<method>exec</method>
15-
<param>i01_llm.onText(u"<star/>")</param>
15+
<param>i01_llm.getResponse(u"<star/>")</param>
1616
</mrl>
1717
</oob>
1818
</li>
@@ -25,5 +25,9 @@
2525
</condition>
2626
</template>
2727
</category>
28+
<category><pattern>LLM_RESPONSE #</pattern>
29+
<template><img src="../Llm.png"/></template>
30+
</category>
2831

2932
</aiml>
33+

0 commit comments

Comments
 (0)