-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hello,
How do we put the url of our openwebui server when this is embedded as a widget into a page and not a standalone full web page?
Can we put this somewhere in this code that we have embedded? Putting anything in the address bar is not available since this is embedded on a working web application.
<script type="module"> import ChatWidget, { mount } from 'https://your-cdn.com/ChatWidget.js'; mount(ChatWidget, { target: document.getElementById('chat-widget') }); </script>Metadata
Metadata
Assignees
Labels
No labels