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 498c256 commit 301c9deCopy full SHA for 301c9de
src/platform/src/Bridge/Anthropic/Claude.php
@@ -34,7 +34,7 @@ class Claude extends Model
34
/**
35
* @param array<string, mixed> $options The default options for the model usage
36
*/
37
- public function __construct(string $name, array $options = [])
+ public function __construct(string $name, array $options = ['max_tokens' => 1000])
38
{
39
$capabilities = [
40
Capability::INPUT_MESSAGES,
0 commit comments