15 lines
447 B
Bash
15 lines
447 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=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
|
|
|
|
# Default AI Model
|
|
AI_DEFAULT_MODEL=google/gemini-2.5-flash
|
|
|
|
# Alternative AI services (optional)
|
|
|
|
# Test configuration
|
|
RUN_INTEGRATION_TESTS=true
|
|
TEST_AI_TIMEOUT_SECONDS=30 |