Files
claude-cookbooks/tool_use/.env.example
Alex Notov 4d3ed1f75b Add memory & context management cookbook
Interactive notebook demonstrating Claude's memory tool and context editing capabilities with code review examples.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 20:11:13 -06:00

14 lines
439 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-20250514