Currently huggingface needs to have stopping IDa, rather than text, since the model predicts IDs at the base level (and it should stop on a particular ID)
You cooooould have stopping words, but this would be pretty hacky and not easily supported
Usually for most models you won't need to do this though. For example, camel does not require this, but the examples for stablelm used it so that's why I included the option in the docs.
Usually you would figure out the ids you need ahead of time for the model you have and always use the same ones