Skip to content

Commit 90cccaa

Browse files
authored
Update use_llm.py
1 parent 825b37d commit 90cccaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

use_llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def analyze_json(file_path: str, model: str = "gpt-4o") -> str:
2424
data_str = f.read()
2525

2626
prompt = (
27-
f"""YOUR PROMPT
28-
27+
f"""You have been provided a json log file and are tasked with identifying any possible malicious activities present in the log.
28+
You are to give any particularly suspicious findings in a csv file. Ignore non-suspicious activity. Output only the csv file.
2929
Here is the JSON to analyze:
3030
{data_str}
3131
"""

0 commit comments

Comments
 (0)