chengjie hace 4 meses
padre
commit
73fbb6e3b1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/api/yjbdc/aiController.js

+ 3 - 0
src/api/yjbdc/aiController.js

@@ -94,6 +94,9 @@ class VolcesAIProvider extends AIProvider {
94 94
                     "content": content,
95 95
                 }
96 96
             ],
97
+            "response_format": {
98
+                "type": "json_object"
99
+            },
97 100
             "thinking": {
98 101
                 "type": "disabled"
99 102
             }