Skip to content

Commit 0ea77dd

Browse files
committed
Merge branch 'main' of github.com:JordanDalton/anthropic-sdk-php
2 parents f8590e0 + 51d961c commit 0ea77dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Completions.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ public function create(
1919
int $top_k = 5,
2020
array $metadata = [],
2121
bool $stream = false
22-
)
23-
{
22+
) {
2423
return $this->connector->send(
2524
new Requests\CreateCompletionRequest(
2625
$prompt,

0 commit comments

Comments
 (0)