We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fc35c commit b430d00Copy full SHA for b430d00
1 file changed
peers/ProgramAB/tr-TR/aiml/sraix.aiml
@@ -2,17 +2,17 @@
2
<aiml>
3
<!-- File: sraix.aiml -->
4
<!-- -->
5
-<category><pattern>SRAIXFAILED *</pattern>
+<category><pattern>SRAIXFAILED #</pattern>
6
<template><condition name="llm">
7
- <li value="enabled"><img src="../Llm.png"/>
+ <li value="enabled"><img src="img/InMoov2/brain-resize.gif"/>
8
<think>
9
<set name="topic"><star/></set>
10
</think>
11
<oob>
12
<mrl>
13
<service>python</service>
14
<method>exec</method>
15
- <param>i01_llm.onText(u"<star/>")</param>
+ <param>i01_llm.getResponse(u"<star/>")</param>
16
</mrl>
17
</oob>
18
</li>
@@ -25,5 +25,9 @@
25
</condition>
26
</template>
27
</category>
28
+<category><pattern>LLM_RESPONSE #</pattern>
29
+<template><img src="../Llm.png"/></template>
30
+</category>
31
32
</aiml>
33
+
0 commit comments