cohere-ai / cohere-typescript

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

support multi gen and remove client err handling #14

Closed kipply closed 2 years ago

kipply commented 2 years ago

We shouldn't duplicate client error handling that is done on the server, both for maintenance cost/cleanliness and it could be helpful for analytics!

made these along the way; https://github.com/cohere-ai/cohere-node/issues/13, https://github.com/cohere-ai/cohere-node/issues/12, https://github.com/cohere-ai/cohere-node/issues/15, #16