Issue: QWQ 32B Model Not Honoring Prompt Rules

#5
by Ganesan123456 - opened

Description:
I am experiencing an issue with the QWQ 32B model on Open Router. Despite providing clear instructions in the prompt, the model does not follow the rules I set. Other models on OpenRouter adhere to these rules, but QWQ 32B fails to comply.

Steps to Reproduce:

  1. Send the following query to QWQ 32B:

    "I only need code as a response. Do not include any explanations, comments, or additional content. Only return the code"

  2. Observe the response, which includes additional text/explanations contrary to the instructions.

  3. Test the same query on other models, which correctly follow the rules and only return the code.

Expected Behavior:
The model should return only the requested code block without any additional text or explanations.

Actual Behavior:
QWQ 32B returns the code along with unwanted explanations or comments.

Impact:
This behavior prevents me from achieving consistent results across models and disrupts my workflow when automating specific tasks.

Attachments:

Screenshot of the QWQ 32B response (attached).
Screenshot of the same query on a different model that follows the rules (attached).

Qwen-correct.png
QWQ-Error.png

Sign up or log in to comment