Skip to content

fix(timeout): AnthropicClient default 120→600 (follow-up to #14)#15

Merged
VickyXAI merged 1 commit into
mainfrom
fix/anthropic-client-timeout
Jun 26, 2026
Merged

fix(timeout): AnthropicClient default 120→600 (follow-up to #14)#15
VickyXAI merged 1 commit into
mainfrom
fix/anthropic-client-timeout

Conversation

@VickyXAI

Copy link
Copy Markdown
Contributor

Follow-up to #14. That PR raised the OpenAI-compat chat default to an env-configurable 600s but left AnthropicClient (the native opus-4.8 /v1/messages path — the exact reasoning case that needs 200–300s) hardcoded at 120.0.

Verified: all three DEFAULT_CHAT_TIMEOUT resolve to 600.0; black --check clean.

…lient

Follow-up to #14, which raised the OpenAI-compat chat default to an
env-configurable 600s but left AnthropicClient — the native opus-4.8
/v1/messages path, exactly the reasoning case that needs 200–300s —
hardcoded at 120s. Mirror the same BLOCKRUN_CHAT_TIMEOUT env default,
fix stale 'default: 120' docstrings in client.py + anthropic_client.py,
and black-format solana_client.py (the lint that failed #14's CI).
@VickyXAI VickyXAI merged commit e4e5345 into main Jun 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant