3 ms·
The requests packages fundamental API is good enough and is now maintained by the PSF. I don't understand why OpenAI and Anthropic don't just throw some $$$ to
by ZeroCool2u 29d ago
The requests packages fundamental API is good enough and is now maintained by the PSF. I don't understand why OpenAI and Anthropic don't just throw some $$$ to the PSF for focused improvements and expansion of it.
- awildfivreld 29d agoThe maintainers of requests have made it pretty clear that they consider that package feature complete, and have not showed interest in adding native async support to the core.
- TZubiri 29d agorequests is great and all, but you can just use sockets and send raw http strings. Don't treat it like some impenetrable huge OS project. Unless OpenAI deprecates the HTTP endpoint, you can pretty much ignore the whole SDK packages.