mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-06-30 18:45:34 +02:00
refactor(cli): remove CLAUDE_CODE_MAX_OUTPUT_TOKENS config
This commit is contained in:
@@ -33,14 +33,12 @@ At minimum, your `.env` file should include one supported AI provider credential
|
||||
|
||||
```bash
|
||||
ANTHROPIC_API_KEY=your-api-key
|
||||
CLAUDE_CODE_MAX_OUTPUT_TOKENS=64000
|
||||
```
|
||||
|
||||
Environment variables can also be exported directly:
|
||||
|
||||
```bash
|
||||
export ANTHROPIC_API_KEY="your-api-key"
|
||||
export CLAUDE_CODE_MAX_OUTPUT_TOKENS=64000
|
||||
```
|
||||
|
||||
## Prepare Your Repository
|
||||
|
||||
Reference in New Issue
Block a user