File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Langflow is a no-code open-source project that empowers developers to build cutt
2727Use the Langflow Widget directly from the CDN by including the following script tag in your HTML:
2828
2929``` html
30- <script src =" https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@1.0_alpha /dist/build/static/js/bundle.min.js" ></script >
30+ <script src =" https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.0 /dist/build/static/js/bundle.min.js" ></script >
3131```
3232
3333### Option 2: Local Build
@@ -62,7 +62,7 @@ npm run build
6262``` html
6363<html lang =" en" >
6464<head >
65- <script src =" https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@1.0_alpha /dist/build/static/js/bundle.min.js" ></script >
65+ <script src =" https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.0 /dist/build/static/js/bundle.min.js" ></script >
6666</head >
6767<body >
6868<langflow-chat
@@ -76,7 +76,7 @@ npm run build
7676### on React
7777 Import the js bundle in the index.html of your react project
7878``` html
79- <script src =" https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@1.0_alpha /dist/build/static/js/bundle.min.js" ></script >
79+ <script src =" https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.0 /dist/build/static/js/bundle.min.js" ></script >
8080```
8181Encapsulate your custom element in a react component
8282``` html
You can’t perform that action at this time.
0 commit comments