diff --git a/src/anthropic/_base_client.py b/src/anthropic/_base_client.py index c77bb55df..a8f7834ae 100644 --- a/src/anthropic/_base_client.py +++ b/src/anthropic/_base_client.py @@ -736,7 +736,7 @@ def _calculate_nonstreaming_timeout(self, max_tokens: int, max_nonstreaming_toke if expected_time > default_time or (max_nonstreaming_tokens and max_tokens > max_nonstreaming_tokens): raise ValueError( "Streaming is required for operations that may take longer than 10 minutes. " - + "See https://github.com/anthropics/anthropic-sdk-python#long-requests for more details", + + "See https://github.com/anthropics/anthropic-sdk-python#streaming for more details", ) return Timeout( default_time,