Merge pull request #104 from dongri/fix-proxy

Add socks feature for reqwest
This commit is contained in:
Dongri Jin
2024-08-15 19:01:55 +09:00
committed by GitHub

View File

@ -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"