cohere-ai / cohere-typescript

The Cohere TypeScript SDK
https://docs.cohere.ai
MIT License
127 stars 18 forks source link

Fix v1 environment issue #196

Closed billytrend-cohere closed 3 months ago

billytrend-cohere commented 3 months ago

This PR introduces a new CustomClient class that extends the CohereClient class. The CustomClient class includes a constructor that performs a check on the _options.environment value, removing any trailing "/v1" for backward compatibility.

Code Changes: