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 eecf2de commit 17e1bdeCopy full SHA for 17e1bde
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