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.
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
openai.APIStatusError:
Request Header Fields Too Large
无
stream = OpenAI(api_key='my key').openai_engine.chat.completions.create( model="gpt-3.5-turbo", messages=messages, stream=True, temperature=0.1 )
linux
python3.9
openai 1.9.0
The text was updated successfully, but these errors were encountered:
Thanks for reporting!
This sounds like an issue with the underlying OpenAI API and not the Python library, so I'm going to go ahead and close this issue.
Would you mind reposting at community.openai.com?
Sorry, something went wrong.
chore(internal): fix ecosystem tests error output (#1096)
ee2bb62
No branches or pull requests
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
openai.APIStatusError:
<title>Request Header Fields Too Large</title>Request Header Fields Too Large
Error parsing headers: 'limit request headers fields'To Reproduce
无
Code snippets
OS
linux
Python version
python3.9
Library version
openai 1.9.0
The text was updated successfully, but these errors were encountered: