Files
claude-cookbooks/.env.example
Alex Notov d2fddb6b6a Revert: Change platform.claude.com back to console.anthropic.com
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 10:15:06 -06:00

15 lines
397 B
Plaintext

# Claude API Configuration
# Copy this file to .env and add your API key
# Get your API key at: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=sk-ant-api03-...
# Optional: Default model for testing (recommended for cost savings)
CLAUDE_MODEL=claude-3-5-haiku-latest
# Optional: Test mode settings
TEST_MODE=true
MAX_TOKENS=10
# Optional: Verbose output for debugging
DEBUG=false