TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OpenAI's Beta Python SDK sees a rewrite using httpx, drops Azure

2 pointsby sjnair96over 1 year ago

1 comment

sjnair96over 1 year ago
Some notes I made:<p>- Dropped Azure support (for now, maybe?)<p>- Switches out Requests and AIOHTTP packages for httpx.<p>- Switches to explicit client instantiation<p>Feel free to discuss what you expect this to&#x2F;not to fix. So many Cloudflare 502 issues and bad gateway errors which we still get billed for, have caused the openai dev experience to be rather poor. The async&#x2F;sync request timeouts don&#x27;t even work as you&#x27;d expect. These may be fixed in this beta.