acheong08 / Bard

Python SDK/API for reverse engineered Google Bard
MIT License
1.42k stars 178 forks source link

Add Proxy support #10

Closed peteh closed 1 year ago

peteh commented 1 year ago

It would be nice to add socks or http proxy support to use it in countries that are not supported.

VPN already works though

acheong08 commented 1 year ago

export all_proxy=socks5h://127.0.0.1:1080/

acheong08 commented 1 year ago

Check new release and docs