-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
26 lines (22 loc) · 1 KB
/
Copy pathenv.example
File metadata and controls
26 lines (22 loc) · 1 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
# SkillOpt — Environment Variables
# Copy this file to .env and fill in your values.
#
# cp .env.example .env
#
# .env is listed in .gitignore and will never be committed.
# ── Required ──────────────────────────────────────────────
# Your Anthropic API key.
# Get one at: https://console.anthropic.com
# Can also be passed with --api-key or set with:
# export ANTHROPIC_API_KEY="sk-ant-..."
# Or entered in the browser UI Settings panel.
ANTHROPIC_API_KEY=sk-ant-
# ── Optional overrides ────────────────────────────────────
# Override default model selections.
# Defaults are set in config/config.json.
# SKILLOPT_OPT_MODEL=claude-opus-4-20250514
# SKILLOPT_EVAL_MODEL=claude-haiku-4-5-20251001
# Override default file paths.
# SKILLOPT_SKILLS_DIR=.agents/skills
# SKILLOPT_GOLDEN_SET_DIR=evals/golden-set
# SKILLOPT_MEMORIES_PATH=MEMORIES.md