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
"object": "error", "message": "[{'type': 'extra_forbidden', 'loc': ('body', 'max_completion_tokens'), 'msg': 'Extra inputs are not permitted', 'input': 8192}]", "type": "BadRequestError", "param": null, "code": 400
Option necessary to disable max_tokens
The text was updated successfully, but these errors were encountered:
ab5245d
Merge pull request #133 from voideditor/multiple-webviews
222f90b
Max tokens is optional + other config updates - Fixes #128
Added the ability to specify number of tokens manually or leave it blank.
Just so we know, what provider are you using (which doesn't support max_completion_tokens)?
Sorry, something went wrong.
Thanks Andrew! replied in Discord
Tested and it works. I am closing the issue
No branches or pull requests
"object": "error",
"message": "[{'type': 'extra_forbidden', 'loc': ('body', 'max_completion_tokens'), 'msg': 'Extra inputs are not permitted', 'input': 8192}]",
"type": "BadRequestError",
"param": null,
"code": 400
Option necessary to disable max_tokens
The text was updated successfully, but these errors were encountered: