Remove duplicated unnecessary config instance

This commit is contained in:
vadi
2023-04-13 10:01:52 +10:00
parent a0f900f2da
commit c594200195

View File

@@ -318,7 +318,6 @@ def parse_arguments():
# TODO: fill in llm values here # TODO: fill in llm values here
check_openai_api_key() check_openai_api_key()
cfg = Config()
parse_arguments() parse_arguments()
logger.set_level(logging.DEBUG if cfg.debug_mode else logging.INFO) logger.set_level(logging.DEBUG if cfg.debug_mode else logging.INFO)
ai_name = "" ai_name = ""