Response Format on response with Qwen

Im connecting a RSS with Qwen Chat Complation (model Qwen Turbo) for read the RSS and obtain a JSON.
When connect Qwen with that, I can’t put the Responde Format like JSON Object.
System tell me “Value not found in options in parameter ‘Response Format’.”

I have specified in the prompt that response was on a validate JSON Format, but the model retrieve a bad format JSON like: “```json [”

{
    "titulo": "Severance - Series 1 [Blu-ray] [Region A & B & C]",
    "subtitulo": "Descubre la serie que revoluciona el género de suspense psicológico",
    "resumen": "Sumérgete en el intrigante mundo de 'Severance', una serie que explora la línea entre el trabajo y la vida personal. Con un reparto estelar y una trama cautivadora, esta colección de Blu-ray incluye todas las temporadas disponibles, perfecta para fans y nuevos espectadores.",
    "precio": 43.21,
    "descuento": 16.29,
    "precio_oferta_anterior": 51.62,
    "enlace": "https://www.amazon.es/dp/B0DK99WC5F?linkCode=spc&tag=onamzsaradies-21",
    "fecha_publicacion": "2025-02-25T10:57:48.000Z",
    "sentimiento": 0.8,
    "categorias": ["Series TV", "Suspense", "Blu-ray"]
}

model agregate a “json [" at the beginning and "]” to final.

I dont know how to solve for obtain a valid JSON Format at the response of the model

Welcome to the Make community!

Please see these duplicate questions previously asked and answered by other community members:

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

2 Likes

Thank you so match. It works very good !

2 Likes

No problem, glad I could help!

1. If anyone has a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.

2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.

This marks the topic as solved, so that:

  • others can save time when catching up with the latest activity here, and
  • allows others to quickly jump to the solution if they come across the same problem

To do this, simply click the checkbox at the bottom of the post that answers your question:
Screenshot_2023-10-04_161049

3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.