The crate seem to use async_openai only for messages, but this a pretty small thing that should not require to bring in a whole crate to its dependencies. I just want to use this crate with other implementation of openai api wrapper, not async_openai, but it's the only things that comes in the way
The crate seem to use
async_openai
only for messages, but this a pretty small thing that should not require to bring in a whole crate to its dependencies. I just want to use this crate with other implementation of openai api wrapper, notasync_openai
, but it's the only things that comes in the way