From edd9f0360732cc03a2a6d531f5772e8246250f74 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Sun, 11 Jan 2026 15:08:02 +0100 Subject: [PATCH] f --- theme/ai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/ai.js b/theme/ai.js index 761454181..f2aecef01 100644 --- a/theme/ai.js +++ b/theme/ai.js @@ -132,7 +132,7 @@ const TOOLTIP_TEXT = "💡 Highlight any text on the page,\nthen click to ask HackTricks AI about it"; - const API_BASE = "https://www.hacktricks.ai/api/assistants/threads"; + const API_BASE = "https://ai.hacktricks.wiki/api/assistants/threads"; const BRAND_RED = "#b31328"; /* ------------------------------ State ------------------------------ */