Closed ikarth closed 4 months ago
The Mistral API supports stop tokens on the chat completion endpoint, but the library does not. This fixes issue #41 and adds the stop parameter.
Documentation in the API: https://docs.mistral.ai/capabilities/completion/#other-useful-features
Closing for further testing first.
The Mistral API supports stop tokens on the chat completion endpoint, but the library does not. This fixes issue #41 and adds the stop parameter.