Create .oauth.yaml
Browse files- .oauth.yaml +9 -0
.oauth.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Change to `true` to enable HF auth integration
|
2 |
+
enabled: true
|
3 |
+
|
4 |
+
providers:
|
5 |
+
- name: huggingface
|
6 |
+
|
7 |
+
# Allowed workspaces must exists
|
8 |
+
allowed_workspaces:
|
9 |
+
- name: deepseekreasoning
|