Compare commits

..

No commits in common. "d7a5a02952ee94385c3982a764fe5290c7379fc0" and "aaa1592761e313d15ce38d49ffbbc3b1422b5003" have entirely different histories.

11 changed files with 9 additions and 8 deletions

View File

@ -1,8 +1,3 @@
测试版已经支持全部接口代理,
所有也就是代码提示也走代理。:stuck_out_tongue:
![输入图片说明](readme/screenshots.gif)
***
# share-copilot # share-copilot
- 作为代理服务器中转copilot插件的API的请求 - 作为代理服务器中转copilot插件的API的请求
@ -10,8 +5,6 @@
- 支持多用户共享一个token - 支持多用户共享一个token
- 优化请求逻辑降低token被ban概率别万人骑基本不可能封 - 优化请求逻辑降低token被ban概率别万人骑基本不可能封
![软件系统网络架构.png](https://img1.imgtp.com/2023/09/10/qTL8A2u9.png) ![软件系统网络架构.png](https://img1.imgtp.com/2023/09/10/qTL8A2u9.png)
***
# 一、自行编译: # 一、自行编译:
``` ```
测试环境:Linux4.18.0-305.3.1.el8.x86_64 GNU/Linux 测试环境:Linux4.18.0-305.3.1.el8.x86_64 GNU/Linux
@ -35,7 +28,7 @@ go version
cd /share-copilot/source cd /share-copilot/source
go build go build
``` ```
***
# 二、使用现成: # 二、使用现成:
### 1.安装 ### 1.安装

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

8
source/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
/*.pem
/*.idea
/*.gitignore
/*.json
/config.json
/*.exe
/share-copilot
/*.bat