mirror of
https://github.com/Yanyutin753/unofficial-gpt4-api.git
synced 2025-10-15 15:40:22 +00:00
903 B
903 B
gpt4-copilot-java-sh
使用方法
一键部署PandoraNext和tokensTool(最强推荐)
将直接拉取最新版本的PandoraNext和tokensTool
# 安装git
(Ubuntu)
sudo apt update
sudo apt install git
(如Fedora、CentOS等)
sudo yum update
sudo yum install git
# 国内服务器
cd / && git clone https://gitee.com/yangyangEN/gpt4-copilot-java-sh.git
# 国外服务器
cd / && git clone https://github.com/Yanyutin753/gpt4-copilot-java-sh.git
# 运行脚本
cd /gpt4-copilot-java-sh && sudo sh install.sh
# 一键更新pandoraNext和tokensTool服务
cd /gpt4-copilot-java-sh && sudo sh update.sh
# 更新update.sh或者install.sh
# 国内
sudo rm -rf /gpt4-copilot-java-sh && cd / && git clone https://gitee.com/yangyangEN/gpt4-copilot-java-sh.git
# 国外
sudo rm -rf /gpt4-copilot-java-sh && cd / && git clone https://github.com/Yanyutin753/gpt4-copilot-java-sh.git