mirror of
https://gitee.com/chuangxxt/share-copilot
synced 2025-06-09 03:23:24 +00:00
Merge branch 'master' of https://gitee.com/chuangxxt/share-copilot
# Conflicts: # README.md
This commit is contained in:
commit
f166316c6f
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
[中文](README.md) | [English](README-EN.md)
|
[中文](README.md) | [English](README-EN.md)
|
||||||
|
|
||||||
***
|
|
||||||
# share-copilot
|
# share-copilot
|
||||||
|
|
||||||
- 作为代理服务器,中转copilot插件的API的请求
|
- 作为代理服务器,中转copilot插件的API的请求
|
||||||
@ -29,9 +30,7 @@
|
|||||||
2.多用户请求时,判断co_token有没有过期,没过期直接返回,
|
2.多用户请求时,判断co_token有没有过期,没过期直接返回,
|
||||||
减少ghu_token的请求次数(大约10-20分钟过期)
|
减少ghu_token的请求次数(大约10-20分钟过期)
|
||||||
|
|
||||||
3.至于本地co_token,也就是代码提示没有走代理
|
3.至于本地co_token,也就是代码提示没有走代理(可以代理,但是要修改插件,jetbrains的插件还要重新build)
|
||||||
(可以代理,但是要修改插件,jetbrains的插件还要重新build)
|
|
||||||
|
|
||||||
猜测风控目前也只是停留在请求ghu_token这一层
|
猜测风控目前也只是停留在请求ghu_token这一层
|
||||||
"cocopilot也是代理了ghu_token请求,并没有破解插件"
|
"cocopilot也是代理了ghu_token请求,并没有破解插件"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user