-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (15 loc) · 1.14 KB
/
Copy path.env.example
File metadata and controls
19 lines (15 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ── Required for all runs ──────────────────────────────────────────────────────
# Primary G-Eval judge (claude-sonnet-4-5) and DeepEval Synthesizer
ANTHROPIC_API_KEY=sk-ant-...
# Secondary judge for inter-judge variance measurement (gpt-4o-mini)
OPENAI_API_KEY=sk-...
# ── Required for cloud deployment only (Phase 10) ─────────────────────────────
# Modal serverless judge — not needed for local docker compose up
MODAL_TOKEN_ID=ak-...
MODAL_TOKEN_SECRET=as-...
# ── Auto-set by docker-compose.yml — do not set manually ──────────────────────
# DATABASE_URL=postgresql://postgres:agentscope@postgres:5432/agentscope
# ── Optional observability ────────────────────────────────────────────────────
# Uncomment for local OpenTelemetry / OTLP tracing
# AGENTSCOPE_OTEL_ENABLED=1
# OTEL_EXPORTER_OTLP_ENDPOINT=http://127.0.0.1:4318