Hello Michael,
I tried using your extension with a Qwen model hosted on Scaleway, but I get the following error:
API error (400): {"error":{"message":"System message must be at the beginning.","type":"BadRequestError","param":null,"code":400}}
The same configuration works correctly with a Llama model.
It seems that Qwen may reject requests containing more than one system message, or a system message that is not the first message in the conversation.
Are you aware of this issue? Do you think the extension could merge all system instructions into a single initial system message for better compatibility with Qwen?
Thanks for your work on the extension.
Hello Michael,
I tried using your extension with a Qwen model hosted on Scaleway, but I get the following error:
API error (400): {"error":{"message":"System message must be at the beginning.","type":"BadRequestError","param":null,"code":400}}The same configuration works correctly with a Llama model.
It seems that Qwen may reject requests containing more than one system message, or a system message that is not the first message in the conversation.
Are you aware of this issue? Do you think the extension could merge all system instructions into a single initial system message for better compatibility with Qwen?
Thanks for your work on the extension.