Explorar el Código

Update 'chatbot/credentials.yml'

SadhulaSaiKumar hace 1 año
padre
commit
fe4a048397
Se han modificado 1 ficheros con 3 adiciones y 8 borrados
  1. 3
    8
      chatbot/credentials.yml

+ 3
- 8
chatbot/credentials.yml Ver fichero

@@ -2,15 +2,11 @@
2 2
 # which your bot is using.
3 3
 # https://rasa.com/docs/rasa/messaging-and-voice-channels
4 4
 
5
-#rest:
5
+rest:
6 6
 #  # you don't need to provide anything here - this channel doesn't
7 7
 #  # require any credentials
8 8
 
9 9
 
10
-# rest:
11
-#   # You can customize the webhook URL to include the user's ID as a parameter
12
-#   webhook_url: "http://localhost:5005/webhooks/rest/webhook?recipient_id={sender_id}"
13
-
14 10
 #facebook:
15 11
 #  verify: "<verify>"
16 12
 #  secret: "<your secret>"
@@ -33,6 +29,5 @@
33 29
 
34 30
 # This entry is needed if you are using Rasa Enterprise. The entry represents credentials
35 31
 # for the Rasa Enterprise "channel", i.e. Talk to your bot and Share with guest testers.
36
-
37
-
38
-
32
+rasa:
33
+  url: "http://localhost:5002/api"

Loading…
Cancelar
Guardar