async-openai icon indicating copy to clipboard operation
async-openai copied to clipboard

Types only crate without reqwests and so on

Open Congyuwang opened this issue 1 year ago • 2 comments

Perhaps through a reqwest feature gate which is enabled by default, so that we can use the crate's types only.

Congyuwang avatar Aug 30 '24 06:08 Congyuwang

A temporary solution here: https://crates.io/crates/async-openai-types.

Some structs related MultiForm are temporarily deleted.

Congyuwang avatar Aug 30 '24 10:08 Congyuwang

Thanks for the issue, can you provide more context on how a separate crate for types be useful?

64bit avatar Sep 04 '24 01:09 64bit