We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As you can see in the legacy Completion method, support for logprobs is included:
client/src/Responses/Completions/CreateResponseChoice.php
Line 12 in e9ca288
However, in the current Chat method, support for logprobs is completely missing:
client/src/Responses/Chat/CreateResponseChoice.php
Line 7 in e9ca288
Please rectify this situation and add support for logprobs to Chat. Thank you.
$response = $client->chat()->create([ 'model' => 'gpt-3.5-turbo', 'messages' => [ ['role' => 'user', 'content' => 'Hello!'], ], 'logprobs' => true, ]);
0.10.1
8.2
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
As you can see in the legacy Completion method, support for logprobs is included:
client/src/Responses/Completions/CreateResponseChoice.php
Line 12 in e9ca288
However, in the current Chat method, support for logprobs is completely missing:
client/src/Responses/Chat/CreateResponseChoice.php
Line 7 in e9ca288
Please rectify this situation and add support for logprobs to Chat.
Thank you.
Steps To Reproduce
client/src/Responses/Chat/CreateResponseChoice.php
Line 7 in e9ca288
OpenAI PHP Client Version
0.10.1
PHP Version
8.2
Notes
No response
The text was updated successfully, but these errors were encountered: