cohere-ai / cohere-typescript

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

Add end_sequences param to the Generate request #65

Closed mkozakov closed 1 year ago

mkozakov commented 1 year ago

Adds support for the end_sequences param for the Generate API. It acts just like stop_sequences, but the sequence gets excluded from the response.