@victoriabot/chat
v1.0.15
Published
VictorIA is a web chat powered by AI that allows users to ask questions about your webpage.
Downloads
490
Maintainers
Readme
VictorIA Bot
VictorIA is a web chat powered by AI that allows users to ask questions about your webpage.
Before you begin
If you still don't have a VictorIA bot credentials, please get one by going to https://victoriabot.ai/
Installation
npm i @victoriabot/chat
Since VictorIA is a React component, you will also need to have React installed:
npm i react react-dom
Getting Started
To add VictorIA to your React project, simply add the following code:
<VictorIABot
apiKey={API_KEY_VICTORIA_BOT}
chatbotTitle="VictorIA Bot"
chatbotSubtitle="Chat over this page with AI"
welcomeMessage="Hi, how can I help you today?"
/>