Skip to content

Commit e1ae1fe

Browse files
JordanDaltongithub-actions[bot]
authored andcommitted
Fix styling
1 parent 98f33be commit e1ae1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Requests/CreateCompletionRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function defaultBody(): array
5454
'top_k' => $this->top_k,
5555
'stop_sequences' => $this->stop_sequences,
5656
'metadata' => $this->metadata,
57-
'stream' => $this->stream
57+
'stream' => $this->stream,
5858
];
5959
}
6060
}

0 commit comments

Comments
 (0)