mirror of
https://gitee.com/chuangxxt/share-copilot
synced 2025-04-19 16:03:27 +00:00
Compare commits
No commits in common. "d7a5a02952ee94385c3982a764fe5290c7379fc0" and "aaa1592761e313d15ce38d49ffbbc3b1422b5003" have entirely different histories.
d7a5a02952
...
aaa1592761
@ -1,8 +1,3 @@
|
||||
测试版已经支持全部接口代理,
|
||||
所有也就是代码提示也走代理。:stuck_out_tongue:
|
||||
|
||||

|
||||
***
|
||||
# share-copilot
|
||||
|
||||
- 作为代理服务器,中转copilot插件的API的请求
|
||||
@ -10,8 +5,6 @@
|
||||
- 支持多用户共享一个token
|
||||
- 优化请求逻辑,降低token被ban概率(别万人骑基本不可能封)
|
||||

|
||||
|
||||
***
|
||||
# 一、自行编译:
|
||||
```
|
||||
测试环境:Linux4.18.0-305.3.1.el8.x86_64 GNU/Linux
|
||||
@ -35,7 +28,7 @@ go version
|
||||
cd /share-copilot/source
|
||||
go build
|
||||
```
|
||||
***
|
||||
|
||||
# 二、使用现成:
|
||||
|
||||
### 1.安装
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 136 KiB |
8
source/.gitignore
vendored
Normal file
8
source/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/*.pem
|
||||
/*.idea
|
||||
/*.gitignore
|
||||
/*.json
|
||||
/config.json
|
||||
/*.exe
|
||||
/share-copilot
|
||||
/*.bat
|
Loading…
Reference in New Issue
Block a user