# Environment variables for LLM Regression Tester
# Copy this file to .env and fill in your actual API keys

# OpenAI API Key
# Get your key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your-openai-api-key-here

# This library currently supports OpenAI API keys only
