async-openai
async-openai copied to clipboard
Types only crate without reqwests and so on
Perhaps through a reqwest feature gate which is enabled by default, so that we can use the crate's types only.
A temporary solution here: https://crates.io/crates/async-openai-types.
Some structs related MultiForm are temporarily deleted.
Thanks for the issue, can you provide more context on how a separate crate for types be useful?