Exceptions¶ exception openai_batch_helper.exceptions.BatchHelperError[source]¶ Base exception for openai_batch_helper. exception openai_batch_helper.exceptions.BatchNotCompletedError[source]¶ Raised when results are requested before the batch is completed. exception openai_batch_helper.exceptions.EmptyBatchError[source]¶ Raised when attempting to submit an empty JSONL file.