chore: update langflow-embedded-chat script URL to v1.0.3 (#2482)
Co-authored-by: Cristhian Zanforlin Lousa <72977554+Cristhianzl@users.noreply.github.com>
This commit is contained in:
parent
a2ec87b44f
commit
8017122d29
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue