Mini is an AI chatbot that reads business information stored in a markdown or json file (in this case, the information is about a fictional social media scheduling software called Teeweety). Mini utilizes CopilotKit to read the data given in order to be able to provide informed answers to users' queries about the software.
- AI-powered answers to users' queries
- Automation with CopilotKit
You can view a live demo of Mini-FAQ-BOT here
A youtube video demo of the bot is available here
To get started with the project, run the following commands in your terminal:
- Clone the repository
git clone https://github.com/AJBrownson/mini-faq-bot.git
cd mini-faq-bot
- Install the dependencies
npm install
- Create a
.env
file in the root directory and add the following environment variables:
GROQ_API_KEY=your_groq_api_key
GROQ_MODEL=llama3-8b-8192 or model-of-your-choice
You can get your GROQ API key by signing up on groq.dev
- Start the development server
npm run dev
- Open http://localhost:3000 in your browser to view the app
This project is licensed under the MIT License - see the LICENSE file for details
Contributions are welcome! Feel free to open an issue or submit a pull request.
If you have any questions, feel free to reach out to me at Anietie Brownson.