chore: Upgrade langflow-embedded-chat to v1.0.7 (#5843)

chore(deps): Upgrade langflow-embedded-chat to v1.0.7

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
anovazzi1 2025-01-21 15:03:45 -03:00 committed by GitHub
commit c904d9caf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ Clicking the Chat Widget HTML tab, you'll get the code to be inserted. Read belo
To embed the chat widget into any HTML page, insert the code snippet. inside a `<body>` tag.
```html
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.6/dist/build/static/js/bundle.min.js""></script>
<script src="https://cdn.jsdelivr.net/gh/logspace-ai/langflow-embedded-chat@v1.0.7/dist/build/static/js/bundle.min.js""></script>
<langflow-chat
window_title="Basic Prompting"

View file

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