diff --git a/Cargo.toml b/Cargo.toml index 3ff8a18..dbcf070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/dongri/openai-api-rs" [dependencies.reqwest] version = "0.12" -features = ["json", "multipart"] +features = ["json", "multipart", "socks"] [dependencies.tokio] version = "1"