# OpenAI API Configuration
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Redis Configuration (Optional - for SSE transport)
# If you have Upstash Redis
UPSTASH_REDIS_REST_URL=your_upstash_url_here
UPSTASH_REDIS_REST_TOKEN=your_upstash_token_here
# Or if you have local Redis
REDIS_URL=redis://localhost:6379