We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc1693 commit 02f4941Copy full SHA for 02f4941
theme/ai.js
@@ -132,7 +132,7 @@
132
const TOOLTIP_TEXT =
133
"💡 Highlight any text on the page,\nthen click to ask HackTricks AI about it";
134
135
- const API_BASE = "https://www.hacktricks.ai/api/assistants/threads";
+ const API_BASE = "https://ai.hacktricks.wiki/api/assistants/threads";
136
const BRAND_RED = "#b31328";
137
138
/* ------------------------------ State ------------------------------ */
0 commit comments