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 9d499c4 commit faf7fa0Copy full SHA for faf7fa0
docs/javascripts/extra.js
@@ -4,7 +4,7 @@ document$.subscribe(() => {
4
script.type = 'module';
5
script.innerHTML = `
6
// import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
7
- import Chatbot from "https://cdn.jsdelivr.net/npm/[email protected].3/dist/web.js"
+ import Chatbot from "https://cdn.jsdelivr.net/npm/[email protected].2/dist/web.js"
8
// Generate or get a user ID
9
const getUserId = () => {
10
// Check if userId exists in localStorage
0 commit comments