Skip to content

Commit 85ce067

Browse files
committed
Remove unneeded line
1 parent 3ecf3e1 commit 85ce067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/platform/src/Bridge/Anthropic/ModelClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function request(Model $model, array|string $payload, array $options = []
5353
unset($options['beta_features']);
5454
}
5555

56-
5756
return new RawHttpResult($this->httpClient->request('POST', 'https://api.anthropic.com/v1/messages', [
5857
'headers' => $headers,
5958
'json' => array_merge($options, $payload),

0 commit comments

Comments
 (0)