SpellcraftAI / oaib

Use the OpenAI Batch tool to make async batch requests to the OpenAI API.
MIT License
92 stars 3 forks source link

DataFrame index, add column values to observation with `add()`, request timeouts #7

Closed ctjlewis closed 8 months ago

ctjlewis commented 8 months ago

Introduces new features for setting indices and adding metadata in batch processes, improves timeout handling for long requests, and includes updates for tests and version bump.

Major changes include the ability to customize output DataFrame indices, metadata addition capabilities, default timeout set to 1 minute for requests, and enhancements for waiting on worker processes. These updates aim to improve efficiency and flexibility in handling batch operations and long-running tasks.