supeng преди 13 часа
родител
ревизия
d70686d51a

+ 1 - 0
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/service/impl/QwenGenerateContentAction.java

@@ -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");