lh 4 дней назад
Родитель
Сommit
7334d6214e
1 измененных файлов с 1 добавлено и 1 удалено
  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.35,
+            'temperature' => 1.4,
             'frequency_penalty' => 0.3,
             'presence_penalty' => 0,
             'response_format' => ['type' => 'text'],