Skip to content

Commit 3aaea4a

Browse files
committed
update examples for types::moderations
1 parent b37d282 commit 3aaea4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/moderations/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use async_openai::{types::CreateModerationRequestArgs, Client};
1+
use async_openai::{types::moderations::CreateModerationRequestArgs, Client};
22
use std::error::Error;
33

44
#[tokio::main]

0 commit comments

Comments
 (0)