From 2fc1e2d8da50bf25d01219dac3ca60849e58d7ab Mon Sep 17 00:00:00 2001 From: Havoc412 <2993167370@qq.com> Date: Mon, 18 Nov 2024 00:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8A=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/global/errcode/nlp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/global/errcode/nlp.go b/app/global/errcode/nlp.go index 368a3c1..56d0e24 100644 --- a/app/global/errcode/nlp.go +++ b/app/global/errcode/nlp.go @@ -14,5 +14,5 @@ func NlpMsgInit(m msg) { func NlpMsgUserInit(m msg) { m[ErrNoContent] = "请输入内容" m[ErrNoDocFound] = "小护没有在知识库中找到相关文档。😿" - m[ErrPythonServierDown] = "小护的🐍python服务挂了,请稍后再试。😿" + m[ErrPythonServierDown] = "小护的🐍python服务挂了,此功能暂时无法使用。😿" }