mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 09:16:47 +00:00
fix production run
This commit is contained in:
5
.github/scripts/doc-agent/.env.example
vendored
5
.github/scripts/doc-agent/.env.example
vendored
@@ -11,3 +11,8 @@ ANTHROPIC_API_KEY=sk-ant-...
|
||||
# Optional: Override the model used by the agent.
|
||||
# Defaults to claude-opus-4-7.
|
||||
# DOC_AGENT_MODEL=claude-opus-4-7
|
||||
|
||||
# Max output tokens per model turn (passed through to Claude Code).
|
||||
# Default in Claude Code is 8192. Bump for skill regeneration so large
|
||||
# modules don't truncate.
|
||||
CLAUDE_CODE_MAX_OUTPUT_TOKENS=32000
|
||||
|
||||
Reference in New Issue
Block a user