mirror of
https://github.com/mii443/openai-api-rs.git
synced 2025-08-22 15:15:34 +00:00
Merge pull request #104 from dongri/fix-proxy
Add socks feature for reqwest
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user