pub fn create_batch_input_file(
requests: &[GptBatchAPIRequest],
batch_input_filename: impl AsRef<Path>,
) -> Result<(), BatchInputCreationError>
pub fn create_batch_input_file(
requests: &[GptBatchAPIRequest],
batch_input_filename: impl AsRef<Path>,
) -> Result<(), BatchInputCreationError>