RainEggplant / chatgpt-telegram-bot

A ChatGPT bot for Telegram based on Node.js. Support both browserless and browser-base APIs.
MIT License
323 stars 97 forks source link

[Feature Request]: Usage of proxy option #57

Open plesetsk opened 1 year ago

plesetsk commented 1 year ago

Not a duplicate feature request

Supported by the upstream API

Describe the feature

Hello team, Can you please provide any instructions on how is it possible to use the proxy function in /config/local.json

  },
  "proxy": "" // You can also specify the proxy using the environment varia>}

I tried to put there the string in format"http://username:password@server:port" but with this configuration bot does not start.

thanks for your assistance

Additional context

No response