Commit
•
80eb1ad
1
Parent(s):
86d7996
Update action endpoint (#14)
Browse files- Update action endpoint (30ae7ac4ca7e9ce500fbbc0545226261b858cd45)
Co-authored-by: Anand <[email protected]>
- 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 |
-
|
14 |
-
|
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: "https://pvanand-rasa-omdena-demo-model-feature-followup-8f6a2c7.hf.space/webhook"
|
15 |
|
16 |
# Tracker store which is used to store the conversations.
|
17 |
# By default the conversations are stored in memory.
|