Closed as not planned
Description
Confirm this is an issue with the Python library and not an underlying OpenAI API
- This is an issue with the Python library
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
stream = OpenAI(api_key='my key').openai_engine.chat.completions.create(
model="gpt-3.5-turbo",
messages=messages,
stream=True,
temperature=0.1
)
OS
linux
Python version
python3.9
Library version
openai 1.9.0