Skip to content

BeeBot is an advanced AI chatbot designed specifically to address inquiries related to DreamSpace Academy.

License

Notifications You must be signed in to change notification settings

dreamspace-academy/bee-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeeBot

BeeBot is an advanced AI chatbot designed specifically to address inquiries related to DreamSpace Academy.

Getting Started

Prerequisites

  • Ensure you have Python installed on your system.
  • Have an OpenAI API key ready for configuration.

Installation

  1. Clone the Repository:
git clone https://github.com/dreamspace-academy/bee-bot.git
  1. Navigate to the Repository:
cd bee-bot
  1. Install the Required Packages:
pip install -r requirements.txt

Setup Environment Variables:

  1. 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.

Running BeeBot

  1. Execute the Main Script:
python main.py

Now, BeeBot should be up and running, ready to answer questions related to DreamSpace Academy.

About

BeeBot is an advanced AI chatbot designed specifically to address inquiries related to DreamSpace Academy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages