lh 2 mēneši atpakaļ
vecāks
revīzija
7fbaca05bc
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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'];