👾 A Python API wrapper for Poe.com. With this, you will have free access to GPT-4, Claude, Llama, Gemini, Mistral and more! 🚀
GNU General Public License v3.0
959
stars
114
forks
source link
Pass http proxy to PoeApi #112
Closed
AdeliManesh closed 8 months ago
Is there a way to pass HTTP proxy, for example:
PoeApi(token, proxies={"https":X, "http":X})
?