Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 674 Bytes

File metadata and controls

25 lines (16 loc) · 674 Bytes

[Unreleased]

[1.0.2] - 2026-04-27

  • Add adapter: keyword argument to Cohere::Client.new for configuring the Faraday HTTP adapter (defaults to Faraday.default_adapter). Enables using persistent adapters such as :net_http_persistent to amortize TCP/TLS handshakes across requests.

[1.0.1] - 2024-11-22

[1.0.0] - 2024-11-22

  • Migrate to v2 APIs

[0.9.11] - 2024-08-01

  • New rerank() method

[0.9.10] - 2024-05-10

  • /chat endpoint does not require message: parameter anymore

[0.9.9] - 2024-04-05

  • Adding missing parameters to endpoints

[0.9.8] - 2024-02-10

  • Adding method for /chat endpoint

[0.1.0] - 2023-04-23

  • Initial release