Skip to content

Commit

Permalink
chore: update langflow-embedded-chat script URL to v1.0.3 (#2482)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristhian Zanforlin Lousa <[email protected]>
  • Loading branch information
anovazzi1 and Cristhianzl authored Jul 3, 2024
1 parent a2ec87b commit 8017122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/modals/apiModal/utils/get-widget-code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function getWidgetCode(
flowName: string,
isAuth: boolean,
): string {
return `<script src="https://cdn.jsdelivr.net/gh/langflow-ai/langflow-embedded-chat@1.0_alpha/dist/build/static/js/bundle.min.js"></script>
return `<script src="https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.3/dist/build/static/js/bundle.min.js""></script>
<langflow-chat
window_title="${flowName}"
Expand Down

0 comments on commit 8017122

Please sign in to comment.