This commit is contained in:
Havoc412 2024-11-18 00:40:32 +08:00
parent c06bc1f84e
commit 2fc1e2d8da

View File

@ -14,5 +14,5 @@ func NlpMsgInit(m msg) {
func NlpMsgUserInit(m msg) {
m[ErrNoContent] = "请输入内容"
m[ErrNoDocFound] = "小护没有在知识库中找到相关文档。😿"
m[ErrPythonServierDown] = "小护的🐍python服务挂了请稍后再试。😿"
m[ErrPythonServierDown] = "小护的🐍python服务挂了此功能暂时无法使用。😿"
}