You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Before running the tool, RAG of prompt injections and jailbreaks needs to be set
41
41
python add_json_to_rag.py
42
42
```
43
43
44
-
The definitions and examples of jailbreaks and prompt injection that are used for RAG are provided in the `prompt_injections_and_jailbreaks.jsonl` file.
44
+
The definitions and examples of jailbreaks and prompt injection that are used for RAG are provided in the `prompt_injections_and_jailbreaks.json` file.
45
45
46
46
You must also create a `.env` file with your API key (if using OpenAI):
0 commit comments