6 lines
176 B
Plaintext
6 lines
176 B
Plaintext
|
|
# Copy to .env and fill in values
|
||
|
|
# bun auto-loads .env — no dotenv needed
|
||
|
|
|
||
|
|
# Required for LLM-as-judge evals (bun run test:eval)
|
||
|
|
ANTHROPIC_API_KEY=sk-ant-your-key-here
|