mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
Remove duplicated unnecessary config instance
This commit is contained in:
@@ -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 = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user