MeFerdi / AI_Intern_project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%