Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanDalton authored and github-actions[bot] committed Oct 3, 2023
1 parent 98f33be commit e1ae1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/CreateCompletionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function defaultBody(): array
'top_k' => $this->top_k,
'stop_sequences' => $this->stop_sequences,
'metadata' => $this->metadata,
'stream' => $this->stream
'stream' => $this->stream,
];
}
}

0 comments on commit e1ae1fe

Please sign in to comment.