pvanand commited on
Commit
3d62acb
1 Parent(s): e0849e0

Update endpoints.yml

Browse files
Files changed (1) hide show
  1. endpoints.yml +2 -2
endpoints.yml CHANGED
@@ -10,8 +10,8 @@
10
  # Server which runs your custom actions.
11
  # https://rasa.com/docs/rasa/custom-actions
12
 
13
- #action_endpoint:
14
- # url: "http://localhost:5055/webhook"
15
 
16
  # Tracker store which is used to store the conversations.
17
  # By default the conversations are stored in memory.
 
10
  # Server which runs your custom actions.
11
  # https://rasa.com/docs/rasa/custom-actions
12
 
13
+ action_endpoint:
14
+ url: "http://localhost:7860/webhook"
15
 
16
  # Tracker store which is used to store the conversations.
17
  # By default the conversations are stored in memory.