Basit Anwer commited on
Commit
3f0ba1f
1 Parent(s): 046f158

Changed the api key and corpus

Browse files
Files changed (1) hide show
  1. 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 = "1835841754"
22
- corpus_id = 8
23
  header = {
24
  "customer-id": customer_id,
25
- "x-api-key": "zqt_bWy42jRbsk1Quy9kWZ7grHv_lyxwNBWEklJKRA"
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