cohere-ai / cohere-typescript

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

Change model param to use body instead of url #38

Closed lfayoux closed 2 years ago

lfayoux commented 2 years ago

As a part of https://github.com/cohere-ai/blobheart/issues/3963 all endpoints will now take model as an optional param in the body instead of the URL. The old URL model will still be supported but will eventually be deprecated.