Track Google Gemini API calls with PostHog.
cp .env.example .env
# Fill in your API keys in .env
uv sync- chat.py - Chat with tool calling
- streaming.py - Streaming responses
- image_generation.py - Image generation
source .env
uv run python chat.py
uv run python streaming.py
uv run python image_generation.py