UNPKG

@victoriabot/chat

Version:

VictorIA is a web chat powered by AI that allows users to ask questions about your webpage.

33 lines (22 loc) 713 B
# 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/](https://victoriabot.ai/) ## Installation ```sh npm i @victoriabot/chat ``` Since VictorIA is a React component, you will also need to have React installed: ```sh npm i react react-dom ``` ## Getting Started To add VictorIA to your React project, simply add the following code: ```TSX <VictorIABot apiKey={API_KEY_VICTORIA_BOT} chatbotTitle="VictorIA Bot" chatbotSubtitle="Chat over this page with AI" welcomeMessage="Hi, how can I help you today?" /> ```