Skip to content

Commit 301c9de

Browse files
committed
Revert change in Anthropic breaking easy model usage
1 parent 498c256 commit 301c9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/src/Bridge/Anthropic/Claude.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Claude extends Model
3434
/**
3535
* @param array<string, mixed> $options The default options for the model usage
3636
*/
37-
public function __construct(string $name, array $options = [])
37+
public function __construct(string $name, array $options = ['max_tokens' => 1000])
3838
{
3939
$capabilities = [
4040
Capability::INPUT_MESSAGES,

0 commit comments

Comments
 (0)