mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-08 12:47:49 +02:00
feat(add templates):
This commit is contained in:
@@ -3,6 +3,7 @@ let URL = window.location.href;
|
||||
if (URL.endsWith('/')) {
|
||||
URL = URL.slice(0, -1);
|
||||
}
|
||||
URL = URL.replace('/#', '');
|
||||
|
||||
// Vue application
|
||||
let LLM_SPECS = [
|
||||
|
||||
Reference in New Issue
Block a user