airflow.providers.openai.exceptions

Module Contents

exception airflow.providers.openai.exceptions.OpenAIBatchJobException[source]

Bases: airflow.exceptions.AirflowException

Raise when OpenAI Batch Job fails to start AFTER processing the request.

exception airflow.providers.openai.exceptions.OpenAIBatchTimeout[source]

Bases: airflow.exceptions.AirflowException

Raise when OpenAI Batch Job times out.

Was this entry helpful?