Originally created by @MarlNox on GitHub (Jun 12, 2024).
I'm looking to add an external chatbox which redirects users to open-webui. I'm wondering whether there's a best way to do this with the current setup?
When users ask questions in the box, my goal is to redirect them to a new tab with the chat open and the question pre-filled based on what they asked in the chatbox widget?
The chatbox won't provide answers, just pass the question along to the new chat tab being opened.
Goal:
External chatbox receives user question.
Redirect user to OpenWebUI.
Open new chat tab with the question pre-filled.
Originally created by @MarlNox on GitHub (Jun 12, 2024).
I'm looking to add an external chatbox which redirects users to open-webui. I'm wondering whether there's a best way to do this with the current setup?
When users ask questions in the box, my goal is to redirect them to a new tab with the chat open and the question pre-filled based on what they asked in the chatbox widget?
The chatbox won't provide answers, just pass the question along to the new chat tab being opened.
Goal:
- External chatbox receives user question.
- Redirect user to OpenWebUI.
- Open new chat tab with the question pre-filled.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @MarlNox on GitHub (Jun 12, 2024).
I'm looking to add an external chatbox which redirects users to open-webui. I'm wondering whether there's a best way to do this with the current setup?
When users ask questions in the box, my goal is to redirect them to a new tab with the chat open and the question pre-filled based on what they asked in the chatbox widget?
The chatbox won't provide answers, just pass the question along to the new chat tab being opened.
Goal: