-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 1.33 KB
/
.env.example
File metadata and controls
35 lines (28 loc) · 1.33 KB
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
32
33
34
35
# PtcRunner Environment Configuration
# Copy this file to .env and fill in your values
#
# cp .env.example .env
# =============================================================================
# API Keys (at least one required)
# =============================================================================
# OpenRouter API key (recommended - supports many models)
# Get yours at: https://openrouter.ai/keys
OPENROUTER_API_KEY=sk-or-...
# Alternative: Direct provider keys (used by demo app)
# ANTHROPIC_API_KEY=sk-ant-...
# OPENAI_API_KEY=sk-...
# =============================================================================
# E2E Test Configuration
# =============================================================================
# Model for e2e tests (optional, defaults to gemini)
# Presets: haiku, devstral, gemini, deepseek, kimi, gpt
# Or use full model ID: openrouter:anthropic/claude-haiku-4.5
# PTC_TEST_MODEL=gemini
# =============================================================================
# Demo App Configuration
# =============================================================================
# Default model for demo app (optional)
# Presets: haiku, devstral, gemini, deepseek, kimi, gpt
# Or use full model ID: openrouter:anthropic/claude-haiku-4.5
# Run `mix json --list-models` to see all available models
# PTC_DEMO_MODEL=haiku