mirror of
https://gitee.com/chuangxxt/share-copilot
synced 2025-04-19 15:43:25 +00:00
Compare commits
10 Commits
aaa1592761
...
d7a5a02952
Author | SHA1 | Date | |
---|---|---|---|
|
d7a5a02952 | ||
|
dafdf2f72e | ||
|
5ac6b5863a | ||
|
e1a95fbc62 | ||
|
67f6bd3f2f | ||
|
9cc98d6114 | ||
|
47655810a5 | ||
|
dd6ea3c9dc | ||
|
d4f84153aa | ||
|
a002cab328 |
@ -1,3 +1,8 @@
|
|||||||
|
测试版已经支持全部接口代理,
|
||||||
|
所有也就是代码提示也走代理。:stuck_out_tongue:
|
||||||
|
|
||||||
|

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

|

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