You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,6 @@ Here are the simple steps that you can follow to use a template:
11
11
* Train the bot with command `rasa train`
12
12
* Evaluate the bot in terminal with command `rasa test`
13
13
* Start talking to the bot in terminal with command `rasa shell`
14
+
15
+
### Important
16
+
Being boilerplates, the bots does contain minimal training data for `stories` just enough to structure the conversation skeleton. Please don't forget to improve the conversations with `rasa interactive` command.
0 commit comments