diff --git a/src/components/Chatbot/index.tsx b/src/components/Chatbot/index.tsx index 1699a3d..5a77dee 100644 --- a/src/components/Chatbot/index.tsx +++ b/src/components/Chatbot/index.tsx @@ -23,7 +23,7 @@ const generateSessionId = (): string => { }; const Chatbot: React.FC = ({ - apiEndpoint = 'https://ai-agents.horizenlabs.io/webhook/chat', + apiEndpoint = 'https://ai-agents.horizenlabs.io/webhook/chat-hier', placeholder = 'Ask me anything...', title = 'Chat Assistant', token, diff --git a/src/components/FloatingChatWidget/index.tsx b/src/components/FloatingChatWidget/index.tsx index 261be2b..b14e5d6 100644 --- a/src/components/FloatingChatWidget/index.tsx +++ b/src/components/FloatingChatWidget/index.tsx @@ -193,7 +193,7 @@ const FloatingChatWidget: React.FC = () => {