mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-22 14:44:33 +01:00
Merge pull request #781 from chozzz/fix/refactor-code
Remove duplicated unnecessary codes
This commit is contained in:
@@ -318,7 +318,6 @@ def parse_arguments():
|
||||
|
||||
# TODO: fill in llm values here
|
||||
check_openai_api_key()
|
||||
cfg = Config()
|
||||
parse_arguments()
|
||||
logger.set_level(logging.DEBUG if cfg.debug_mode else logging.INFO)
|
||||
ai_name = ""
|
||||
|
||||
Reference in New Issue
Block a user