Skip to content

Commit 4cca41f

Browse files
committed
timeout in ms
1 parent 8aadcf0 commit 4cca41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Agents/Adapters/Anthropic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function __construct(
9292
string $model = self::MODEL_CLAUDE_3_HAIKU,
9393
int $maxTokens = 1024,
9494
float $temperature = 1.0,
95-
int $timeout = 90
95+
int $timeout = 90000 // 90 seconds
9696
) {
9797
$this->apiKey = $apiKey;
9898
$this->maxTokens = $maxTokens;

0 commit comments

Comments
 (0)