Basit Anwer
commited on
Commit
·
3f0ba1f
1
Parent(s):
046f158
Changed the api key and corpus
Browse files- actions/actions.py +3 -3
actions/actions.py
CHANGED
@@ -18,11 +18,11 @@ class ActionDefaultFallback(Action):
|
|
18 |
"""Executes the fallback action and goes back to the previous state
|
19 |
of the dialogue"""
|
20 |
|
21 |
-
customer_id = "
|
22 |
-
corpus_id =
|
23 |
header = {
|
24 |
"customer-id": customer_id,
|
25 |
-
"x-api-key": "
|
26 |
}
|
27 |
con = None
|
28 |
|
|
|
18 |
"""Executes the fallback action and goes back to the previous state
|
19 |
of the dialogue"""
|
20 |
|
21 |
+
customer_id = "1526022105"
|
22 |
+
corpus_id = 64
|
23 |
header = {
|
24 |
"customer-id": customer_id,
|
25 |
+
"x-api-key": "zqt_WvU_2ZweWSRlgL9671UWkbvrVWxOjhJpT07dPw"
|
26 |
}
|
27 |
con = None
|
28 |
|