14 lines
428 B
Bash
14 lines
428 B
Bash
# AI Service Configuration for Tests
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# OpenRouter API Key for integration tests
|
|
# Get your key from https://openrouter.ai/
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
|
|
# Alternative AI services (optional)
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
|
|
|
# Test configuration
|
|
RUN_INTEGRATION_TESTS=false
|
|
TEST_AI_TIMEOUT_SECONDS=30 |