Files
claude-cookbooks/tool_use/.env.example
2025-09-27 14:42:12 -06:00

14 lines
441 B
Plaintext

# Anthropic API Configuration
# Copy this file to .env and fill in your actual values
# Your Anthropic API key from https://console.anthropic.com/
ANTHROPIC_API_KEY=your_api_key_here
# Model name - Use a model that supports memory_20250818 tool
# Supported models (as of launch):
# - claude-sonnet-4-20250514
# - claude-opus-4-20250514
# - claude-opus-4-1-20250805
# - claude-sonnet-4-5-20250929
ANTHROPIC_MODEL=claude-sonnet-4-5-20250929