We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf933dc commit a779bd3Copy full SHA for a779bd3
samples/django/13.core-bot/config.py
@@ -9,8 +9,8 @@ class DefaultConfig(object):
9
APP_ID = ""
10
APP_PASSWORD = ""
11
12
- LUIS_APP_ID = "f292bd26-91a9-4d33-b83b-15010fd7aaac"
+ LUIS_APP_ID = ""
13
# LUIS authoring key from LUIS portal or LUIS Cognitive Service subscription key
14
- LUIS_API_KEY = "4db5bf288edd4945822aeb124c59d8a5"
+ LUIS_API_KEY = ""
15
# LUIS endpoint host name, ie "https://westus.api.cognitive.microsoft.com"
16
- LUIS_API_HOST_NAME = "https://westus.api.cognitive.microsoft.com"
+ LUIS_API_HOST_NAME = ""
0 commit comments