lh 4 dni temu
rodzic
commit
c63aac2722
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/DeepSeek/DeepSeekService.php

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

@@ -13863,7 +13863,7 @@ Q版卡通风格,头大身小,造型圆润可爱,线条简单,色彩明
         $post_data = [
             'model' => $model,
             'messages' => $messages,
-            'temperature' => 1.4,
+            'temperature' => 1,
             'frequency_penalty' => 0.3,
             'presence_penalty' => 0,
             'response_format' => ['type' => 'text'],