chore: Update langflow-embedded-chat to v1.0.4 (#2900)

chore: update langflow-embedded-chat to v1.0.4 in getWidgetCode.tsx
This commit is contained in:
anovazzi1 2024-07-23 15:57:22 -03:00 committed by GitHub
commit ae5f8714b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ export default function getWidgetCode(
flowName: string,
isAuth: boolean,
): string {
return `<script src="https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.3/dist/build/static/js/bundle.min.js""></script>
return `<script src="https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.4/dist/build/static/js/bundle.min.js""></script>
<langflow-chat
window_title="${flowName}"