Spaces:
Sleeping
Sleeping
aftorresc
commited on
Commit
•
a15380e
1
Parent(s):
4737e9d
Adjusted Scenarios for SME tests on Texter Sim V2. Redesigned prompt for difficult scenarios and adjusted a couple of functions.
Browse files- app_config.py +1 -1
app_config.py
CHANGED
@@ -29,7 +29,7 @@ def source2label(source):
|
|
29 |
def issue2label(issue):
|
30 |
return seed2str.get(issue, "GCT")
|
31 |
|
32 |
-
ENVIRON = "
|
33 |
|
34 |
DB_SCHEMA = 'prod_db' if ENVIRON == 'prod' else 'test_db'
|
35 |
DB_CONVOS = 'conversations'
|
|
|
29 |
def issue2label(issue):
|
30 |
return seed2str.get(issue, "GCT")
|
31 |
|
32 |
+
ENVIRON = "prod"
|
33 |
|
34 |
DB_SCHEMA = 'prod_db' if ENVIRON == 'prod' else 'test_db'
|
35 |
DB_CONVOS = 'conversations'
|