diff --git a/app/Services/BaccaratPredictionService.php b/app/Services/BaccaratPredictionService.php index 9161a79..a678acf 100644 --- a/app/Services/BaccaratPredictionService.php +++ b/app/Services/BaccaratPredictionService.php @@ -193,7 +193,7 @@ PROMPT; 'model' => $config->model, 'temperature' => 0.6, // 预测任务需要生成推理和灵活评估,适当提高温度 'max_tokens' => 300, // 输出 JSON 包含 reason,加大 token 限制 - 'response_format' => ['type' => 'json_object'], // 强制平台尝试规范 JSON 输出(对某些模型自动生效) + // 不硬性强制 response_format (经测试某些平台代理对于非原生支持 JSON Mode 的模型,配置此参数会返回空白内容) 'messages' => [ [ 'role' => 'system',