We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825b37d commit 90cccaaCopy full SHA for 90cccaa
1 file changed
use_llm.py
@@ -24,8 +24,8 @@ def analyze_json(file_path: str, model: str = "gpt-4o") -> str:
24
data_str = f.read()
25
26
prompt = (
27
- f"""YOUR PROMPT
28
-
+ f"""You have been provided a json log file and are tasked with identifying any possible malicious activities present in the log.
+ You are to give any particularly suspicious findings in a csv file. Ignore non-suspicious activity. Output only the csv file.
29
Here is the JSON to analyze:
30
{data_str}
31
"""
0 commit comments