Skip to content

Commit f18b5b9

Browse files
anovazzi1nicoloboschi
authored andcommitted
chore: update langflow-embedded-chat script URL to v1.0.3 (langflow-ai#2482)
Co-authored-by: Cristhian Zanforlin Lousa <[email protected]> (cherry picked from commit 8017122)
1 parent cc291b2 commit f18b5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/modals/apiModal/utils/get-widget-code.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function getWidgetCode(
88
flowName: string,
99
isAuth: boolean,
1010
): string {
11-
return `<script src="https://cdn.jsdelivr.net/gh/langflow-ai/langflow-embedded-chat@1.0_alpha/dist/build/static/js/bundle.min.js"></script>
11+
return `<script src="https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.3/dist/build/static/js/bundle.min.js""></script>
1212
1313
<langflow-chat
1414
window_title="${flowName}"

0 commit comments

Comments
 (0)