cohere-python
cohere-python copied to clipboard
Python Library for Accessing the Cohere API
This PR regenerates code to match the latest API Definition.
This PR regenerates code to match the latest API Definition.
**Describe the improvement** httpx-sse is locked to a single version and thus requires an update.
Slack thread: https://buildwithfern.slack.com/archives/C05KKD1P8BG/p1751913443809909 - Fixes dropped threads due to bad json handling by `httpx.Response.iter_lines()` - uses `httpx.Response.iter_bytes()` instead - Added handling for empty events and `[DONE]` events - Improved error...
# Add HTTP Connection Pooling for Improved Performance ## Summary This PR adds HTTP connection pooling to the Cohere Python SDK, resulting in **15-30% performance improvement** for applications making multiple...