ivnban27-ctl commited on
Commit
b3eeb77
1 Parent(s): be43fc0

from dev to main

Browse files
Files changed (1) hide show
  1. app_config.py +1 -1
app_config.py CHANGED
@@ -13,7 +13,7 @@ SOURCES_LAB = {"OA_rolemodel":'OpenAI GPT3.5',
13
  def source2label(source):
14
  return SOURCES_LAB[source]
15
 
16
- ENVIRON = "dev"
17
 
18
  DB_SCHEMA = 'prod_db' if ENVIRON == 'prod' else 'test_db'
19
  DB_CONVOS = 'conversations'
 
13
  def source2label(source):
14
  return SOURCES_LAB[source]
15
 
16
+ ENVIRON = "prod"
17
 
18
  DB_SCHEMA = 'prod_db' if ENVIRON == 'prod' else 'test_db'
19
  DB_CONVOS = 'conversations'