From f173ed78299e7ceffaf5044cc59a76ada7bc7496 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sat, 7 Dec 2024 23:35:11 -0500 Subject: [PATCH] Update open_interpreter_recon1.py --- .../open-interpreter-examples/open_interpreter_recon1.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ai_research/open-interpreter-examples/open_interpreter_recon1.py b/ai_research/open-interpreter-examples/open_interpreter_recon1.py index fdc25db..ac78d87 100644 --- a/ai_research/open-interpreter-examples/open_interpreter_recon1.py +++ b/ai_research/open-interpreter-examples/open_interpreter_recon1.py @@ -10,10 +10,10 @@ from interpreter import interpreter interpreter.llm.model = "gpt-4o-mini" # Set the system message -interpreter.system_message += """ -Run shell commands with -y so the user doesn't have to confirm them. -""" -print(interpreter.system_message) +# interpreter.system_message += """ +# Run shell commands with -y so the user doesn't have to confirm them. +# """ +# print(interpreter.system_message) # Perform passive reconnaissance on the target domain interpreter.chat("Use Amass to perform passive reconnaissance on secretcorp.org. Analyze the output. Save the output and analysis to a file called secretcorp.md.")