-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (24 loc) · 847 Bytes
/
Copy path.env.example
File metadata and controls
31 lines (24 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# @aeye Environment Variables
#
# Copy this file to .env.test and fill in your API keys to run integration tests.
# Integration tests are skipped automatically if API keys are not provided.
# OpenAI API Key
# Get your key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=
# OpenRouter API Key
# Get your key from: https://openrouter.ai/keys
OPENROUTER_API_KEY=
# xAI API Key (Grok)
# Get your key from: https://console.x.ai/
XAI_API_KEY=
# Google AI (Gemini) API Key
# Get your key from: https://makersuite.google.com/app/apikey
GOOGLE_API_KEY=
# Replicate API Key
# Get your key from: https://replicate.com/account/api-tokens
REPLICATE_API_KEY=
# Test Configuration
# Set to 'true' to run only unit tests (no API calls)
UNIT_TESTS_ONLY=false
# Set to 'true' to run integration tests (requires API keys)
RUN_INTEGRATION_TESTS=true