We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd35436 commit 6791d49Copy full SHA for 6791d49
1 file changed
README.md
@@ -106,7 +106,7 @@ You can also use AdvanceBrain in it. It is Advance then Brain class in pyai
106
107
from pyai import AdvanceBrain
108
109
-advance_brain = AdvanceBrain('your/dataset/path/intents.json') # You can also do AdvanceBrain() it also work.
+advance_brain = AdvanceBrain('your/dataset/path/intents.json')
110
111
while True:
112
message = input('Message : ')
0 commit comments