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 9f27383 commit 1dbd60aCopy full SHA for 1dbd60a
README.md
@@ -231,6 +231,7 @@ foreach ($response->choices as $choice) {
231
$choice->index; // 0
232
$choice->message->role; // 'assistant'
233
$choice->message->content; // '\n\nHello there! How can I assist you today?'
234
+ $choice->logprobs; // null
235
$choice->finishReason; // 'stop'
236
}
237
0 commit comments