Hello, I have a question for Bedrock llms usage
I notice in new 0.10.26 release that for Anthropic adding HUMAN/ASSISTANT prefix is added from library
HUMAN_PREFIX = "\n\nHuman:"
ASSISTANT_PREFIX = "\n\nAssistant:"
https://github.com/run-llama/llama_index/blob/main/llama-index-integrations/llms/llama-index-llms-bedrock/llama_index/llms/bedrock/utils.py#L24So I supose that I no longer need to add anything from my side ?
And second question, for Mistral do I still need to add prefix "<s> [INST]" <prompt "[/INST]" or is no longer required ?
Thank you