64bit / async-openai

Rust library for OpenAI
https://docs.rs/async-openai
MIT License
1.09k stars 161 forks source link

Batch Requests API #239

Closed cs50victor closed 1 month ago

cs50victor commented 1 month ago

Is there a batch requests example? Is the API supported? If not how can I help?

kczimm commented 1 month ago

Looks like it. See the docs on Batches.

cs50victor commented 1 month ago

Thanks.

64bit commented 1 month ago

If not how can I help?

Even though crate implements batch APIs, there is no self contained example in examples/, if you'd like to contribute that would be a good addition. Please feel free to reopen this issue or create a new one.