Skip to content

Commit

Permalink
Merge pull request #104 from dongri/fix-proxy
Browse files Browse the repository at this point in the history
Add socks feature for reqwest
  • Loading branch information
dongri committed Aug 15, 2024
2 parents 77660cd + cec9a04 commit 4332b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4332b24

Please sign in to comment.