Skip to content

Python-Test-Engineer/earl2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EARL 2025 - Craig West

AI Agents in the Data Pipeline

card

Code examples will be able to use either Groq or OpenAI except a few which are for demo purposes only.

You will need an LLM API key.

Groq offers a free tier and uses the same API signature as OpenAI.

Free Tier with Groq: https://console.groq.com/login

Set Up

Install requirements using either pip install -r requirements.txt or uv sync

To run LLMs, copy .env.sample to .env and add your OpenAI key or Groq API key:

  • OPENAI_API_KEY=sk-proj-TQa...
  • GROQ_API_KEY=gsk_ow4T...

BrightonPy

Here is a recording of a talk I gave to BrightonPy Feb2025 where I go though many of the starter files in this repo about 'AI as API' and AI Agents

PyData Workshop

Here is a link to the repo for:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published