SpellcraftAI / oaib

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

remove positional args from Batch.add #8

Closed jvmncs closed 8 months ago

jvmncs commented 8 months ago

OpenAI endpoint methods don't accept positional args, this can be safely removed to avoid confusion

ctjlewis commented 8 months ago

lgtm