Spaces:
Sleeping
Sleeping
liuzhao521
commited on
Commit
·
69588e6
1
Parent(s):
15bfd5e
Disable internal API key, rely on HuggingFace auth
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
},
|
| 18 |
"security": {
|
| 19 |
"maxRequestSize": "50mb",
|
| 20 |
-
"apiKey":
|
| 21 |
"adminPassword": "admin123"
|
| 22 |
},
|
| 23 |
"systemInstruction": ""
|
|
|
|
| 17 |
},
|
| 18 |
"security": {
|
| 19 |
"maxRequestSize": "50mb",
|
| 20 |
+
"apiKey": null,
|
| 21 |
"adminPassword": "admin123"
|
| 22 |
},
|
| 23 |
"systemInstruction": ""
|