We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aadcf0 commit 4cca41fCopy full SHA for 4cca41f
src/Agents/Adapters/Anthropic.php
@@ -92,7 +92,7 @@ public function __construct(
92
string $model = self::MODEL_CLAUDE_3_HAIKU,
93
int $maxTokens = 1024,
94
float $temperature = 1.0,
95
- int $timeout = 90
+ int $timeout = 90000 // 90 seconds
96
) {
97
$this->apiKey = $apiKey;
98
$this->maxTokens = $maxTokens;
0 commit comments