赞
踩
(侵权联删)
(1)Docker简单教程:https://www.runoob.com/docker/docker-hello-world.html
(2)Docker For Windows下载链接: https://docs.docker.com/desktop/install/windows-install/
(3)转API源码链接:https://github.com/ljnchn/cocopilot2gpt(初始仓库被禁了,这应该是一个小伙伴转存的)
(4)ChatNext-Web链接:https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web
(5)Github Copilot Plugin Token获取:https://cocopilot.org/copilot/token(此方法可能有泄露风险)
(以windows10系统为例)
1、详细安装过程可以参照链接(1)的Windows Docker 安装
2、部署服务
打开windows powershell,运行docker指令
docker run -d `
--name copilot-gpt4-service `
--restart always `
-p 8080:8080 `
-e HOST=0.0.0.0 `
aaamoon/copilot-gpt4-service:latest
部署成功后的界面
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。