This is an AI Chatbot built using Langchain. It supports using OpenAI and Gemini
- Clone the repo using
git clone [Repo URL] - Navigate to the repo directory using
cd chatbot - Set the environment file by adding your API credentials
- Create a virtual environment using
python -m venv [name of virtual environment] - Install all dependencies using
pip install requirements.txt - Run the program using
python main.py - Enjoy interacting with the chatbot
Key Author: Qowiyyu Adelaja