869413421 / chatgpt-web

基于ChatGPT3.5 API实现的私有化web程序
Apache License 2.0
3.19k stars 742 forks source link

不知道为啥刚用账户就被停用了。。。 #81

Open tmdDream opened 1 year ago

tmdDream commented 1 year ago

是我食用的方法有问题嘛 直接用docker部署的 docker run -itd --name chatgpt-web --restart=always \ -e APIKEY= \ -e MODEL=gpt-3.5-turbo-0301 \ -e BOT_DESC=AI助手 \ -e MAX_TOKENS=512 \ -e TEMPREATURE=0.9 \ -e TOP_P=1 \ -e FREQ=0.0 \ -e PRES=0.6 \ -e PROXY=http://192.168.10.187:7890 \ -e AUTH_USER= \ -e AUTH_PASSWORD= \ -p 52534:8080 \ --add-host="host.docker.internal:host-gateway" \ qingshui869413421/chatgpt-web:latest

docker run --name chatgpt-web -d -p 52535:3002 --env OPENAI_API_KEY= chatgpt-web

haihaimx commented 1 year ago

要挂代理或者在gpt运营区域的服务器也行否则封号的我就被封了

869413421 commented 1 year ago

不太了解openai的封号策略,有相关情况的可以在这里汇总一下。

seeyourcell commented 1 year ago

怎么挂代理?

hansonhantong commented 1 year ago

你这个代理哪里来的