Track LiteLLM calls with PostHog using the built-in callback integration.
cp .env.example .env
# Fill in your API keys in .env
uv sync- chat.py - Chat with tool calling (works with any LiteLLM-supported model)
- streaming.py - Streaming responses
source .env
uv run python chat.py
uv run python streaming.py