Skip to content

Commit 7c0bea4

Browse files
committed
Update readme
1 parent 1feb4f9 commit 7c0bea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ foreach ($response->choices as $choice) {
221221
$choice->index; // 0
222222
$choice->message->role; // 'assistant'
223223
$choice->message->content; // '\n\nHello there! How can I assist you today?'
224+
$choice->logprobs; // null
224225
$choice->finishReason; // 'stop'
225226
}
226227

0 commit comments

Comments
 (0)