Hey @LevitatingBusinessMan, thanks for the crate!
Would you be up for allowing injecting a reqwest client into the client?
It would allow setting up consumers to set-up middleware.
I was thinking maybe: openai_rust::Client::new_with_client(key, reqwest_client)
Hey @LevitatingBusinessMan, thanks for the crate!
Would you be up for allowing injecting a reqwest client into the client?
It would allow setting up consumers to set-up middleware.
I was thinking maybe:
openai_rust::Client::new_with_client(key, reqwest_client)