updated path
Browse files- llama_guard.py +1 -1
llama_guard.py
CHANGED
|
@@ -6,7 +6,7 @@ import requests
|
|
| 6 |
load_dotenv(find_dotenv())
|
| 7 |
HUGGINGFACEHUB_API_TOKEN = os.environ["HUGGINGFACEHUB_API_TOKEN"]
|
| 8 |
|
| 9 |
-
with open("data/
|
| 10 |
unsafe_categories = file.read()
|
| 11 |
|
| 12 |
|
|
|
|
| 6 |
load_dotenv(find_dotenv())
|
| 7 |
HUGGINGFACEHUB_API_TOKEN = os.environ["HUGGINGFACEHUB_API_TOKEN"]
|
| 8 |
|
| 9 |
+
with open("data/llama_guard-unsafe_files.txt", "r") as file:
|
| 10 |
unsafe_categories = file.read()
|
| 11 |
|
| 12 |
|