Skip to content

Commit

Permalink
add beechtree bot
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-bee committed Jan 16, 2024
1 parent d6f3160 commit f54673d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
index.html,1705335357054,181b782c41b8eaee9b91b62ce9542775362244ec0f1fe5af84df918b884ce9ec
vite.svg,1705335356960,d3bbbc44b3ea71906a72bf2ec1a4716903e2e3d9f85a5007205a65d1f12e2923
assets/index-4sK4E3Wk.css,1705335357054,5cb4a2746a83805f06f0d8758b4dc73eff652e09a09dedced9f215ac73abc3f5
assets/web-5-vm2Ttu.js,1705335357054,9c2df1940ea45f37e5ebb3f03c9bdca43a6cd245e64ebf7131ce9682be826979
assets/index-yQOr60O5.js,1705335357054,6029a2ceecbcdda83e16dd24c8c976976bfee3e96f04097a27643a479dfebe5f
4 changes: 3 additions & 1 deletion src/ChatBot.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

import { BubbleChat } from 'flowise-embed-react'

const ChatBot = () => {
return (
<BubbleChat chatflowid="2b383ea2-e8c5-41c1-9e8a-db4ed674255b" apiHost="https://flowise-test-1-n7v0.onrender.com" />
<BubbleChat chatflowid="1b2d5f4f-cae8-45c6-8bb1-4aba477e4763" apiHost="https://flowise-test-1-n7v0.onrender.com" />
);
};


export default ChatBot

0 comments on commit f54673d

Please sign in to comment.