Skip to content

Conversation

@LuminaX-alt
Copy link
Owner

fix(timeout): improve read timeout handling in SDK HTTP client (openai#809)

  • Updated _base_client.py to configure separate timeout values for connect, read, write, and pool operations
  • Increased default read timeout to 300s to better support large responses and streaming completions
  • Maintains short connect timeout for fast failure when the server is unreachable
  • Allows developers to override each timeout individually via client parameters
  • Resolves frequent ReadTimeout errors reported in issue Improve behaviour for read timeouts openai/openai-python#809
  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

Additional context & links

fix(timeout): improve read timeout handling in SDK HTTP client (openai#809)

- Updated `_base_client.py` to configure separate timeout values for connect, read, write, and pool operations
- Increased default read timeout to 300s to better support large responses and streaming completions
- Maintains short connect timeout for fast failure when the server is unreachable
- Allows developers to override each timeout individually via client parameters
- Resolves frequent ReadTimeout errors reported in issue openai#809
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.

2 participants