Flowise
Flowise copied to clipboard
[BUG]embed bubblechat's anwser is different from the flowchat's anwser
Describe the bug
when test the QA chat in flowchat, it works well
but when I embed in my personal blog website, use the same question, Its response is not as accurate as the one above.
import { BubbleChat } from "flowise-embed-react";
const Chatbot = () => {
return (
<BubbleChat
chatflowid="eddfac63-bcc5-4c3b-ab68-e1eaa2f8c5e2"
apiHost="https://flowise.codefe.top"
/>
);
};
so, what's the problem, What did I miss?
Screenshots If applicable, add screenshots to help explain your problem.
Flow If applicable, add exported flow in order to help replicating the problem.
Setup
- Installation [e.g. docker,
npx flowise start,yarn start] - Flowise Version [e.g. 1.2.11]
- OS: [e.g. macOS, Windows, Linux]
- Browser [e.g. chrome, safari]
Additional context Add any other context about the problem here.