Spaces:
Running
Running
Create secrets.toml
Browse files- secrets.toml +8 -0
secrets.toml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[IBM_WATSON]
|
2 |
+
API_KEY = "your-ibm-watson-api-key"
|
3 |
+
URL = "your-ibm-watson-url"
|
4 |
+
ASSISTANT_URL = "your-ibm-watson-assistant-url"
|
5 |
+
ASSISTANT_ID = "your-ibm-watson-assistant-id"
|
6 |
+
SESSION_ID = "your-ibm-watson-session-id"
|
7 |
+
DEPLOYMENT_ID = "your-ibm-watson-deployment-id"
|
8 |
+
ANOMALY_DEPLOYMENT_ID = "your-ibm-watson-anomaly-deployment-id"
|