openai.LengthFinishReasonError: Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=300, prompt_tokens=513, total_tokens=813, completion_tokens_details=CompletionTokensDetails(audio_tokens=None, reasoning_tokens=0), prompt_tokens_details=PromptTokensDetails(audio_tokens=None, cached_tokens=0))
Any guidance on how to resolve this error or adjust the configuration to avoid the length limit issue would be greatly appreciated.
Description:
I encountered the following error while running the following command according to the README instructions:
The error message is:
Any guidance on how to resolve this error or adjust the configuration to avoid the length limit issue would be greatly appreciated.