mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 21:21:08 +00:00
feat: (0.6)New UI (#1855)
Co-authored-by: 夏姜 <wenfengjiang.jwf@digital-engine.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: wb-lh513319 <wb-lh513319@alibaba-inc.com> Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
@@ -314,6 +314,11 @@ class Config(metaclass=Singleton):
|
||||
)
|
||||
# experimental financial report model configuration
|
||||
self.FIN_REPORT_MODEL = os.getenv("FIN_REPORT_MODEL", None)
|
||||
# Whether to enable the new web UI, enabled by default
|
||||
|
||||
self.USE_NEW_WEB_UI: bool = (
|
||||
os.getenv("USE_NEW_WEB_UI", "True").lower() == "true"
|
||||
)
|
||||
|
||||
@property
|
||||
def local_db_manager(self) -> "ConnectorManager":
|
||||
|
Reference in New Issue
Block a user