GitHub Actions commited on
Commit ·
63a0e08
1
Parent(s): 27ebb89
Sync frontend from GitHub 2026-03-01T05:12:11Z
Browse files
README.md
CHANGED
|
@@ -9,5 +9,4 @@ pinned: false
|
|
| 9 |
|
| 10 |
# Sentinel - LLM Misuse Detection System
|
| 11 |
|
| 12 |
-
|
| 13 |
-
misuse of Large Language Models in information operations.
|
|
|
|
| 9 |
|
| 10 |
# Sentinel - LLM Misuse Detection System
|
| 11 |
|
| 12 |
+
Frontend for the Sentinel system for detecting misuse of Large Language Models.
|
|
|
static/_e0awxk9PvIowFECHYZlA/_buildManifest.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
self.__BUILD_MANIFEST = {
|
| 2 |
+
"__rewrites": {
|
| 3 |
+
"afterFiles": [],
|
| 4 |
+
"beforeFiles": [],
|
| 5 |
+
"fallback": []
|
| 6 |
+
},
|
| 7 |
+
"sortedPages": [
|
| 8 |
+
"/_app",
|
| 9 |
+
"/_error"
|
| 10 |
+
]
|
| 11 |
+
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()
|
static/_e0awxk9PvIowFECHYZlA/_clientMiddlewareManifest.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[]
|
static/_e0awxk9PvIowFECHYZlA/_ssgManifest.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
self.__SSG_MANIFEST=new Set([]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
|