|
|
@@ -72,6 +72,7 @@ public class QwenGenerateContentAction implements Action {
|
|
|
JSONObject paramJson = new JSONObject();
|
|
|
paramJson.put("model", MODEL);
|
|
|
paramJson.put("messages", messages);
|
|
|
+ paramJson.put("enable_thinking", false);
|
|
|
paramJson.put("response_format", responseFormat);
|
|
|
|
|
|
MediaType mediaType = MediaType.parse("application/json");
|