Simple AI Chatbot built using Llama3 and Groq Cloud API.
Tech Stack GroqCloud Create Groq Cloud API. Llama3 Python v3.9.13 Setup Instructions Update .env file Update the .env file with your GROQ_API_KEY (remove the GROQ_API_KEY when pushing your codes to online repositories)
Setup a virtual environment python3 -m venv env
Load virtual environment (Mac) source env/bin/activate
Install dependencies pip install -r requirements.txt
Run the app python Dr_Bernard_AI_Tutor