snowby666 / poe-api-wrapper

👾 A Python API wrapper for Poe.com. With this, you will have free access to GPT-4, Claude, Llama, Gemini, Mistral and more! 🚀
https://pypi.org/project/poe-api-wrapper/
GNU General Public License v3.0
959 stars 114 forks source link

Pass http proxy to PoeApi #112

Closed AdeliManesh closed 8 months ago

AdeliManesh commented 9 months ago

Is there a way to pass HTTP proxy, for example: PoeApi(token, proxies={"https":X, "http":X}) ?

snowby666 commented 8 months ago

I've added this. Thanks for your suggestion