Skip to content

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

License

Notifications You must be signed in to change notification settings

Tublian/groq-llama3-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 hello_groq.py

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages