batch-mode-batch-client 0.2.4

This crate provides a client for interacting with OpenAI's batch processing API, allowing you to manage and download batch files asynchronously. It offers functionality for managing batch statuses, uploading files, and retrieving results after batch processing.
Documentation
1
2
3
4
5
6
// ---------------- [ File: batch-mode-batch-client/src/imports.rs ]
pub(crate) use batch_mode_3p::*;
pub(crate) use batch_mode_batch_index::*;
pub(crate) use batch_mode_batch_metadata::*;
pub(crate) use batch_mode_batch_triple::*;
pub(crate) use save_load_traits::*;