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
3.01k stars 1.39k forks source link

proxy credentials #617

Open nine-tails opened 3 months ago

nine-tails commented 3 months ago

Salute, how to add user and password for proxy? telegram.error.NetworkError: httpx.ProxyError: 407 Proxy Authentication Required

BiSKonti commented 3 months ago

In the .env file: OPENAI_PROXY= or TELEGRAM_PROXY= http://Login:Password@Adress:Port Example: OPENAI_PROXY=http://Proxy:1q2w3e4r@10.100.155.23:8080