Commit
•
c8044be
1
Parent(s):
a0589a5
Issue: action_general_help not working in official actions server (#33)
Browse files- Issue: action_general_help not working in official server (d6a5a99be83facb85fd8dc983b1cafb7d6979ac7)
Co-authored-by: Anand <pvanand@users.noreply.huggingface.co>
- endpoints.yml +4 -4
endpoints.yml
CHANGED
@@ -10,11 +10,11 @@
|
|
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 |
action_endpoint:
|
17 |
-
url: "https://
|
|
|
|
|
|
|
18 |
|
19 |
# Tracker store which is used to store the conversations.
|
20 |
# 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 |
+
#action_endpoint:
|
17 |
+
# url: "https://omdena-lc-omdena-ng-lagos-chatbot-actions-server.hf.space/webhook"
|
18 |
|
19 |
# Tracker store which is used to store the conversations.
|
20 |
# By default the conversations are stored in memory.
|