cohere-python icon indicating copy to clipboard operation
cohere-python copied to clipboard

Python Library for Accessing the Cohere API

Results 65 cohere-python issues
Sort by recently updated
recently updated
newest added

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...