-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
gpt-4-1106-preview 500 errors #788
Comments
Tagging @ndisalvio03 for visibility |
I get these in the preview, too. Again this is PREVIEW, not ready for production use. |
I tried running gpt-4-turbo with the tool calling spec instead, but am still running into the same 500 errors:
So it doesn't seem to be related to PR #619. Maybe there are other parameters that could be passed to the call that might help? Eg seed? |
Could potentially be resolved using the new JSON mode: https://platform.openai.com/docs/guides/text-generation/json-mode |
This issue has been automatically closed due to 60 days of inactivity. |
Describe the bug
Using
gpt-4-1106-preview
(gpt-4-turbo) seems to produce an unusually high amount of 500 errors. The discrepancy in error rate may be related to how we're calling the API (possibly due to using deprecated functions kwargs?).Example:
The text was updated successfully, but these errors were encountered: