cohere-ai / cohere-python

Python Library for Accessing the Cohere API
https://docs.cohere.ai
MIT License
289 stars 63 forks source link

:herb: Fern Regeneration -- August 7, 2024 #558

Closed fern-api[bot] closed 1 month ago

fern-api[bot] commented 1 month ago

This PR introduces a new V2 API for the Cohere client. It adds support for a new chat_stream method, which allows for a streamed chat experience with the ability to send and receive messages in real time.

The new V2 API also includes a chat method, which is a non-streamed version of chat_stream.

The following changes have been made: