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
Create 3 databases in MySQL and run the scripts included in misc/data. `ChatbotEN.sql` includes some exercises, `db1EN.sql` and `db2.SQL`
54
+
Create 3 databases in MySQL and run the scripts included in misc/data. `ChatbotEN.sql` includes some exercises, `db1EN.sql` and `db2EN.SQL`
55
55
are the databases used in the exercises.
56
56
57
57
@@ -86,7 +86,7 @@ cp .env.example .env
86
86
87
87
Now you need to complete `ASSISTANT_URL`, `ASSISTANT_ID` and `ASSISTANT_IAM_APIKEY` fields with the information of your assistant. You can find this information in your assistant settings.
88
88
89
-
Before you run the server, please change the first of `botBD/public/js/conversation.js`and include the current URL of the Laravel platform.
89
+
Before you run the server, please change the first line of `botBD/public/js/conversation.js`to include the current URL of the Laravel platform.
90
90
91
91
Once you have done this, run these commands to install all the dependencies and run the NodeJS server:
0 commit comments