docker run \
--name chatgpt-web \
-p 3002:3002 \
--env OPENAI_API_KEY=Your key \
--restart always \
-d chenzhaoyu94/chatgpt-web:latest
前提时盒子里安装了docker,能有合适的网络,具体自己琢磨吧,我也是从网上看到的,这是github上的的一个开源项目https://github.com/Chanzhaoyu/chatgpt-web
具体自己使用吧,我也时小白,只是搬运工!