We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7bb4a commit 29638bcCopy full SHA for 29638bc
1 file changed
peers/ProgramAB/sl-SI/aiml/sraix.aiml
@@ -3,7 +3,7 @@
3
<!-- File: sraix.aiml -->
4
<!-- -->
5
6
-<category><pattern>SRAIXFAILED *</pattern>
+<category><pattern>SRAIXFAILED #</pattern>
7
<template><condition name="llm">
8
<li value="enabled"><img src="../Llm.png"/>
9
<think>
@@ -13,7 +13,7 @@
13
<mrl>
14
<service>python</service>
15
<method>exec</method>
16
- <param>i01_llm.getResponse("<star/>")</param>
+ <param>i01_llm.getResponse(u"<star/>")</param>
17
</mrl>
18
</oob>
19
</li>
@@ -74,3 +74,4 @@
74
</category>
75
76
</aiml>
77
+
0 commit comments