mirror of
https://github.com/anthropics/claude-cookbooks.git
synced 2025-10-06 01:00:28 +03:00
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>
14 lines
439 B
Plaintext
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 |