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:
parent
f08c18f54a
commit
c904d9caf6
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue