From 21be868f5388a49c8af4c0f49af8355f3dbd63f2 Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:47:09 +0800 Subject: [PATCH] Update config.json --- config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 199bb6f..facf883 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,10 @@ { "gpt3_sleepTime": 0, - "password": "2602c0f5-7e73-4586-a788-2c856d2eb748", - "get_token_url": "http:\/\/124.220.157.23:8800\/copilot_internal\/v2\/token", - "prefix": "\/tokensTool", + "password": "", + "get_token_url": "", + "prefix": "", "vscode_version": "vscode\/1.85.2", "serverPort": 8081, - "maxPoolSize": 250, + "maxPoolSize": 300, "gpt4_sleepTime": 110 -} \ No newline at end of file +}