Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Chatbot/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const generateSessionId = (): string => {
};

const Chatbot: React.FC<ChatbotProps> = ({
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,
Expand Down
2 changes: 1 addition & 1 deletion src/components/FloatingChatWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const FloatingChatWidget: React.FC = () => {
</div>
<div className={styles.chatContainer}>
<Chatbot
apiEndpoint="https://ai-agents.horizenlabs.io/webhook/chat"
apiEndpoint="https://ai-agents.horizenlabs.io/webhook/chat-hier"
title=""
placeholder="Ask me about zkVerify..."
token={siteConfig.customFields?.chatApiToken as string}
Expand Down