This project is a command-line chatbot designed to function as an online tutor. It uses the Groq API to process user input and generate responses.
These instructions will get you a copy of the project up and running on your local machine.
You will need Python 3 and pip installed on your machine.
-
Clone the repository
git clone https://github.com/YoosufAathil/groq-llama3-template.git
-
Set up a virtual environment
python3 -m venv env
-
Activate the virtual environment
On Mac:
source env/bin/activate
On Windows:
.\env\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Update .env file
Update the .env file with your GROQ_API_KEY.
To start the online tutor, run the following command in your terminal:
You can then interact with the online tutor by typing your questions into the terminal.
This project is licensed under the MIT License - see the LICENSE.md file for details.