mirror of
https://gitee.com/chuangxxt/share-copilot
synced 2025-04-16 10:23:25 +00:00
update readme
This commit is contained in:
parent
78206866d4
commit
e897820767
17
README.md
17
README.md
@ -1,15 +1,5 @@
|
||||
[中文](README.md) | [English](README-EN.md)
|
||||
|
||||
------
|
||||
|
||||
vscode 的插件js不需要打包,所以修改一下接口就可以支持代码提示走代理
|
||||
|
||||

|
||||
|
||||
jetbrains 的 copilot插件 ,js文件修改接口地址后,打包成exe不能正常使用,有没有会的大佬啊!~
|
||||
|
||||

|
||||
|
||||
***
|
||||
# share-copilot
|
||||
|
||||
@ -39,9 +29,10 @@ jetbrains 的 copilot插件 ,js文件修改接口地址后,打包成exe不
|
||||
2.多用户请求时,判断co_token有没有过期,没过期直接返回,
|
||||
减少ghu_token的请求次数(大约10-20分钟过期)
|
||||
|
||||
3.至于本地co_token,也就是代码提示没有走代理(可以代理,但是要修改插件,jetbrains的插件还要重新build)
|
||||
猜测风控目前也只是停留在请求ghu_token这一层
|
||||
3.至于本地co_token,也就是代码提示没有走代理
|
||||
(可以代理,但是要修改插件,jetbrains的插件还要重新build)
|
||||
|
||||
猜测风控目前也只是停留在请求ghu_token这一层
|
||||
"cocopilot也是代理了ghu_token请求,并没有破解插件"
|
||||
|
||||
```
|
||||
@ -189,7 +180,7 @@ GithubApi: --服务器请求gh_api次数
|
||||
```
|
||||
------
|
||||
|
||||
##### 4.3本地配置修改:
|
||||
##### 4.3本地配置修改:可以使用zhile大佬的[cocopilot脚本](https://gitee.com/chuangxxt/share-copilot/releases/download/v1.0.3/cocopilot-master.zip) 改成自己的api一键配置
|
||||
|
||||
**以windows为例**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user