We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea7d38 commit ed3394aCopy full SHA for ed3394a
src/platform/src/Bridge/DeepSeek/DeepSeek.php
@@ -19,7 +19,7 @@ final class DeepSeek extends Model
19
public const CHAT = 'deepseek-chat';
20
public const REASONER = 'deepseek-reasoner';
21
22
- public function __construct(string $name = self::CHAT, array $options = ['temperature' => 1.0])
+ public function __construct(string $name = self::CHAT, array $options = [])
23
{
24
$capabilities = [
25
Capability::INPUT_MESSAGES,
0 commit comments