From 390aa9429b61fdab7612ee8054803d0d0c2844ae Mon Sep 17 00:00:00 2001 From: luyoyu <8829470+chuangxxt@user.noreply.gitee.com> Date: Thu, 21 Sep 2023 01:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.go b/src/global.go index e40ff5b..01b5fac 100644 --- a/src/global.go +++ b/src/global.go @@ -45,5 +45,5 @@ var ( diyMsg = ";//授权已经过期,重新获取-> https://www.sharecopilot.top" completionUrl = "https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions" telemetryUrl = "https://copilot-telemetry.githubusercontent.com/telemetry" - isModMsg = true + isModMsg = false //是否修改代码提示返回的信息 )