ikechan8370 / node-chatgpt-proxy

a stable proxy solution of chat.openai.com which can bypass cloudflare with browser
Apache License 2.0
93 stars 17 forks source link

可否通过代理访问ChatGPT官方 (chat.openai.com/chat)? #1

Open Febtw opened 1 year ago

Febtw commented 1 year ago

我的服务器需要通过代理才能正常使用 chat.openai.com/chat,请问本项目可否设置上网代理来访问ChatGPT?

ikechan8370 commented 1 year ago

config.json可以配置proxy。docker由于我写死了,可能需要你进去改。

faidev commented 1 year ago

这个项目是要用windows运行吗?

BR1981 commented 1 year ago

chatgpt-web这个项目可以用这个代理么? node-chatgpt-proxy已经搭建好了,我把地址+端口给了chatgpt-web的后端,并且用了Access Token连接chatgpt服务器,发信息后,前端显示【request to http://0.0.0.0:3344/ failed, reason: socket hang up】 3344是我在本机搭建的node-chatgpt-proxy。这个怎么解决啊