mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
scrub the openai key from chat history md
This commit is contained in:
parent
5d32422b84
commit
5c694db19d
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ def main(argv=None, input=None, output=None, force_git_root=None):
|
||||||
for arg, val in sorted(vars(args).items()):
|
for arg, val in sorted(vars(args).items()):
|
||||||
io.tool_output(f" - {arg}: {scrub_sensitive_info(str(val))}")
|
io.tool_output(f" - {arg}: {scrub_sensitive_info(str(val))}")
|
||||||
|
|
||||||
io.tool_output(*sys.argv, log_only=True)
|
io.tool_output(*map(scrub_sensitive_info, sys.argv), log_only=True)
|
||||||
|
|
||||||
if not args.openai_api_key:
|
if not args.openai_api_key:
|
||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue