/AI_Intern_project

Primary LanguagePythonMIT LicenseMIT

Groq & Llama3 Template


Simple Groq & Llama3 Template project for building applications using Llama3 and Groq Cloud API.

Tech Stack


Setup Instructions

Update .env file

Update the .env file with your GROQ_API_KEY

Setup a virtual environment

python3 -m venv env

Load virtual environment (Mac)

source env/bin/activate

Install dependencies

pip install -r requirements.txt

Run Hello Groq

python main.py

external.ink