feat 适应0.1.1

This commit is contained in:
Clivia
2024-03-24 12:10:50 +08:00
committed by GitHub
parent 8f6905c8a9
commit 2516d5d45b

View File

@@ -1,13 +1,14 @@
{
"gpt3_sleepTime": 0,
"password": "",
"get_token_url": "",
"prefix": "",
"vscode_version": "vscode\/1.86.2",
"serverPort": 8080,
"maxPoolSize": 300,
"gpt4_sleepTime": 100,
"one_selfCopilot_limit": 30,
"one_copilot_limit": 30,
"one_coCopilot_limit": 30
"prefix":"/",
"password":"",
"gpt3_sleepTime":0,
"gpt4_sleepTime":100,
"copilot_chat_version":"0.14.2024031401",
"vscode_version":"vscode/1.85.2",
"get_token_url":"https://api.cocopilot.org/copilot_internal/v2/token",
"serverPort":8080,
"maxPoolSize":300,
"one_copilot_limit":30,
"one_coCopilot_limit":30,
"one_selfCopilot_limit":30
}