SoraRoseous / ChatSydney-react

帮黑暗大佬暂时维护下,已支持图像生成(需cookie)和图像识别,不过图像识别结果仅在当次对话有效。可以进下面的链接体验一下(建议使用自己的cookie,不填默认是用我的,容易上限),这个地址可能会变动。
https://80c9-38-207-143-112.ngrok-free.app
The Unlicense
82 stars 34 forks source link

能不能写一个在vercel上面部署的例子 #7

Closed yangjianchuan closed 1 year ago

yangjianchuan commented 1 year ago

你好,能不能写一个在vercel上面部署的例子,我试了一下没部署成功。

SoraRoseous commented 1 year ago

没用过vercel,你说一下没成功的原因是什么呢

yangjianchuan commented 1 year ago

不折腾vercel了,我换成使用服务器部署了 git clone https://github.com/SoraRoseous/ChatSydney-react.git cd ChatSydney-react docker build -t sydney . docker run -it --rm -p 80:65432 sydney