n3d1117 / chatgpt-telegram-bot

🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python
GNU General Public License v2.0
2.99k stars 1.38k forks source link

socks5h proxy support for OPENAI_PROXY #499

Open RangerRU opened 9 months ago

RangerRU commented 9 months ago

Hello

please add socks5h proxy support for OPENAI_PROXY for cloudflare warp support (https://github.com/aleskxyz/warp-svc etc.)

Jipok commented 9 months ago

PROXY=socks5://127.0.0.1:3128

UPD: Maybe need additional package: pip install "python-telegram-bot[socks]"

RangerRU commented 9 months ago

updated need socks5h for OPENAI_PROXY