lh 11 ساعت پیش
والد
کامیت
7fbaca05bc
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      app/Services/DeepSeek/DeepSeekService.php

+ 0 - 1
app/Services/DeepSeek/DeepSeekService.php

@@ -532,7 +532,6 @@ class DeepSeekService
             } else if (in_array($model, $this->gpt_text_models)) {
                 // GPT模型
                 $post_data['response_format'] = ['type' => 'json_object'];
-                dd($post_data);
             } else if (in_array($model, $this->valid_text_models)) {
                 // 火山引擎模型
                 $post_data['response_format'] = ['type' => 'json_object'];