Spaces:
Sleeping
Sleeping
Add application file
Browse files
.env
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
ports= "7860"
|
|
|
|
|
2 |
tel_flag= "False"
|
3 |
telemetryenviron= "AZURE"
|
4 |
-
dbtype= "
|
5 |
detoxifymodel= "http://localhost:8000/rai/v1/raimoderationmodels/detoxifymodel
|
6 |
isvault= "false"
|
7 |
scope= https://graph.microsoft.com/.default
|
@@ -20,4 +22,6 @@ detoxify_model_rai= "http://localhost:8000/v1/test-rai/models/detoxify"
|
|
20 |
restricted_model_rai= "http://localhost:8000/v1/test-rai/models/restricted"
|
21 |
cache_size= "150"
|
22 |
cache_ttl= "604800"
|
23 |
-
cache_flag= "False"
|
|
|
|
|
|
1 |
ports= "7860"
|
2 |
+
APP_MONGO_DBNAME: moderation_demo
|
3 |
+
APP_MONGO_HOST: 10.191.31.142:27071
|
4 |
tel_flag= "False"
|
5 |
telemetryenviron= "AZURE"
|
6 |
+
dbtype= "mongo"
|
7 |
detoxifymodel= "http://localhost:8000/rai/v1/raimoderationmodels/detoxifymodel
|
8 |
isvault= "false"
|
9 |
scope= https://graph.microsoft.com/.default
|
|
|
22 |
restricted_model_rai= "http://localhost:8000/v1/test-rai/models/restricted"
|
23 |
cache_size= "150"
|
24 |
cache_ttl= "604800"
|
25 |
+
cache_flag= "False"
|
26 |
+
username: raiuser
|
27 |
+
password: ')A}<c9gD'
|