Skip to content

Commit

Permalink
Merge pull request OpenInterpreter#554 from InterwebAlchemy/feature/d…
Browse files Browse the repository at this point in the history
…ont-overwrite-config-with-defaults

fix: stop overwriting safe_mode config.yaml setting with default in args
  • Loading branch information
KillianLucas authored Sep 29, 2023
2 parents fe66b91 + 15c9025 commit a59a810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interpreter/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"nickname": "safe",
"help_text": "optionally enable safety mechanisms like code scanning; valid options are off, ask, and auto",
"type": str,
"default": "off",
"choices": ["off", "ask", "auto"]
}
]
Expand Down

0 comments on commit a59a810

Please sign in to comment.