mirror of
https://gitee.com/chuangxxt/share-copilot
synced 2025-06-14 09:53:25 +00:00
Initial commit
This commit is contained in:
parent
af290ccff0
commit
45a6242e51
14
README.md
14
README.md
@ -101,14 +101,18 @@ config.json
|
|||||||
|
|
||||||
时间-合计请求次数: 0 | 成功次数 0 | 失败次数 0 统计次数在00:00:00归零
|
时间-合计请求次数: 0 | 成功次数 0 | 失败次数 0 统计次数在00:00:00归零
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
修改%userprofile%\AppData\Local\github-copilot\host.json
|
修改%userprofile%\AppData\Local\github-copilot\host.json
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{"github.com":{"user":"suibian","oauth_token":"i_am_free","dev_override":{"copilot_token_url":"https://api.example.com/copilot_internal/v2/token"}}}
|
{
|
||||||
|
"github.com":{
|
||||||
|
"user":"suibian",
|
||||||
|
"oauth_token":"i_am_free",
|
||||||
|
"dev_override":{
|
||||||
|
"copilot_token_url":"https://api.example.com/copilot_internal/v2/token"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
测试:
|
测试:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user