This is UM Chatbot, Harry to answer student inquiries. It uses the OpenAI API to generate responses to student questions. The responses are then filtered through a RAG model to determine the best response. The RAG model is trained on a dataset of student inquiries and responses, website content, and other relevant information.
- Provide your own .env.local file with an OpenAI API key
- npm install
- npm run dev