Skip to content

Commit ed3394a

Browse files
authored
Update src/platform/src/Bridge/DeepSeek/DeepSeek.php
1 parent 3ea7d38 commit ed3394a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/src/Bridge/DeepSeek/DeepSeek.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ final class DeepSeek extends Model
1919
public const CHAT = 'deepseek-chat';
2020
public const REASONER = 'deepseek-reasoner';
2121

22-
public function __construct(string $name = self::CHAT, array $options = ['temperature' => 1.0])
22+
public function __construct(string $name = self::CHAT, array $options = [])
2323
{
2424
$capabilities = [
2525
Capability::INPUT_MESSAGES,

0 commit comments

Comments
 (0)