-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (22 loc) · 1.16 KB
/
.env.example
File metadata and controls
24 lines (22 loc) · 1.16 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
# =============================================================================
# cc-plugin-eval Environment Configuration
# =============================================================================
#
# Copy this file to .env and fill in your values:
# cp .env.example .env
#
# The .env file is gitignored and will not be committed.
# =============================================================================
# -----------------------------------------------------------------------------
# Required: Anthropic API Key
# -----------------------------------------------------------------------------
# Get yours at: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=sk-ant-api03-...
# -----------------------------------------------------------------------------
# Optional: Custom API Endpoint (Stages 2 & 4 only)
# -----------------------------------------------------------------------------
# Uncomment to use a proxy or enterprise endpoint.
# Note: This affects the Anthropic SDK used in generation (Stage 2) and
# evaluation (Stage 4). Stage 3 execution uses the Agent SDK which may
# have different configuration.
# ANTHROPIC_BASE_URL=https://api.anthropic.com