We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1feb4f9 commit 7c0bea4Copy full SHA for 7c0bea4
README.md
@@ -221,6 +221,7 @@ foreach ($response->choices as $choice) {
221
$choice->index; // 0
222
$choice->message->role; // 'assistant'
223
$choice->message->content; // '\n\nHello there! How can I assist you today?'
224
+ $choice->logprobs; // null
225
$choice->finishReason; // 'stop'
226
}
227
0 commit comments