9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
|
|
# Environment Variables (EXAMPLE)
|
||
|
|
# Copy this to .env and add your actual API keys
|
||
|
|
|
||
|
|
# Anthropic API Key - Get from https://console.anthropic.com/settings/keys
|
||
|
|
ANTHROPIC_API_KEY=your-api-key-here
|
||
|
|
|
||
|
|
# Optional: GLM API Key (if using GLM provider)
|
||
|
|
# GLM_API_KEY=your-glm-key-here
|