Skip to content

Commit 1dbd60a

Browse files
committed
Update readme
1 parent 9f27383 commit 1dbd60a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ foreach ($response->choices as $choice) {
231231
$choice->index; // 0
232232
$choice->message->role; // 'assistant'
233233
$choice->message->content; // '\n\nHello there! How can I assist you today?'
234+
$choice->logprobs; // null
234235
$choice->finishReason; // 'stop'
235236
}
236237

0 commit comments

Comments
 (0)