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 c7edd4d commit c1904abCopy full SHA for c1904ab
theme/ai.js
@@ -226,7 +226,7 @@
226
`threadId=${threadId}; Path=/; Secure; SameSite=Strict; Max-Age=7200`;
227
} catch (e) {
228
console.error("Error creating threadId:", e);
229
- alert("Failed to initialise the conversation. Please refresh.");
+ console.log("Failed to initialise the conversation. Please refresh.");
230
throw e;
231
}
232
0 commit comments