I am facing the following error while call the V3 ask API with model gpt-4-0613.
(Note: the status_code is 200)
The ask_stream_async will not raise any errors correctly, instead it will continue to add an entry {"role": "", "content": ""} to the conversation history, which will block all conversation after that error API call:
I am facing the following error while call the V3 ask API with model
gpt-4-0613
. (Note: the status_code is 200)The
ask_stream_async
will not raise any errors correctly, instead it will continue to add an entry{"role": "", "content": ""}
to the conversation history, which will block all conversation after that error API call: