From e4e4176597e6396505e0b68df7caf440ba8d923d Mon Sep 17 00:00:00 2001 From: GuoRuqiang <61670021+guoruqiang@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:02:24 +0800 Subject: [PATCH] there is a missing comma --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index d43c97c..7c6fb3e 100644 --- a/config/config.json +++ b/config/config.json @@ -1,7 +1,7 @@ { "prefix":"/", "password":"", - "gpt4_prompt":true + "gpt4_prompt":true, "gpt3_sleepTime":0, "gpt4_sleepTime":100, "copilot_chat_version":"0.14.2024031401",