From 2516d5d45bcfd84901ac852a24cece083dd1f05d Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:10:50 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E9=80=82=E5=BA=940.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/config/config.json b/config/config.json index bd2ae5f..3d1dfc7 100644 --- a/config/config.json +++ b/config/config.json @@ -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 }