We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7321ec9 + 70e0ec0 commit 839ff51Copy full SHA for 839ff51
1 file changed
async-openai/src/client.rs
@@ -354,8 +354,7 @@ impl<C: Config> Client<C> {
354
}
355
356
/// Make a POST request to {path} and deserialize the response body
357
- #[allow(unused)]
358
- pub(crate) async fn post<I, O>(
+ pub async fn post<I, O>(
359
&self,
360
path: &str,
361
request: I,
@@ -564,8 +563,7 @@ impl<C: Config> Client<C> {
564
563
565
566
/// Make HTTP POST request to receive SSE
567
568
- pub(crate) async fn post_stream<I, O>(
+ pub async fn post_stream<I, O>(
569
570
571
0 commit comments