Skip to content

Commit

Permalink
chore: update langflow-embedded-chat script URL to v1.0.3 (langflow-a…
Browse files Browse the repository at this point in the history
…i#2482)

Co-authored-by: Cristhian Zanforlin Lousa <[email protected]>
  • Loading branch information
2 people authored and ogabrielluiz committed Jul 9, 2024
1 parent 7f794b8 commit 451b170
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 451b170

Please sign in to comment.