How to Pass the Conversation as Input in the Mistral Instruct Inference API

sorry, yes you can add return_full_text to params

parameters: { max_new_tokens: 100 , return_full_text: false},

You can see all available parameters here

1 Like