We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca809b9 commit edd9f03Copy full SHA for edd9f03
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