BeeBot is an advanced AI chatbot designed specifically to address inquiries related to DreamSpace Academy.
- Ensure you have Python installed on your system.
- Have an OpenAI API key ready for configuration.
- Clone the Repository:
git clone https://github.com/dreamspace-academy/bee-bot.git
- Navigate to the Repository:
cd bee-bot
- Install the Required Packages:
pip install -r requirements.txt
- Create a .env file in the root directory and add your OpenAI API key:
OPENAI_API_KEY=YOUR_API_KEY_HERE
Replace YOUR_API_KEY_HERE with your actual OpenAI API key.
- Execute the Main Script:
python main.py
Now, BeeBot should be up and running, ready to answer questions related to DreamSpace Academy.