8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
# copy to .env and add api key, change model if you want
|
|
|
|
ANTHROPIC_API_KEY=sk-ant-...
|
|
MODEL=claude-sonnet-4-5-20250929
|
|
MAX_TOKENS=8096 #anthropic limit is 8192
|
|
SAFEDIR=./workspace
|
|
USE_SANDBOX=true
|