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

The browserless don't support Docker #12

Closed JulianHunag closed 1 year ago

JulianHunag commented 1 year ago

Hi,thank you for your work. I got a question here: Does the Browserless way not support Docker?

Thanks again!

RainEggplant commented 1 year ago

Creating a docker image for the browserless solution is way easier as it does not require a browser and a virtual display. You can create one based on the official node image.

JulianHunag commented 1 year ago

Thanks a lot.