Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Perplexity + PostHog AI Examples

Track Perplexity API calls with PostHog via the OpenAI-compatible API.

Setup

cp .env.example .env
# Fill in your API keys in .env
# Install uv if you haven't already: https://docs.astral.sh/uv/getting-started/installation/
uv sync

Examples

  • chat.py - Chat completions via Perplexity

Run

source .env
uv run python chat.py