Browse Source

feat:提交

fuwencai 1 year ago
parent
commit
0301c75423
1 changed files with 2 additions and 2 deletions
  1. 2 2
      manifest/config/config.yaml

+ 2 - 2
manifest/config/config.yaml

@@ -17,7 +17,7 @@ chat:
   usuallyProblem: 100 # 常见问题返回数量
   resourceCode: "ai_helper" # 资源扣减
   api: #ChatGpt 配置
-    addr_simple: "http://192.168.3.109:8880/search" # 语义服务
+    addr_simple: "http://192.168.3.13:8881/search" # 语义服务
     addr_answer: "http://192.168.3.109:12001/stream" # ai回答接口
     identity: "剑鱼chat"
     answerPool: 1
@@ -60,7 +60,7 @@ limit:
   exceedMsg: "您的提问过于频繁,请等待一会儿再试。" # 超出提示语句
   fswMsg: "对不起,您的问题暂时无法回答,原因:您的访问行为可能涉及安全风险。"# 敏感词回复
   blackMsg: "对不起,您的问题暂时无法回答,原因:您的访问行为可能涉及安全风险。" # 黑名单回复
-  errMsg: "对不起,智能助手开了点小差,请您稍后再试。"
+  errMsg: "对不起,智能机器人开了点小差,请您稍后再试。"
   emptyMsg: "很抱歉,我还在学习中,您的问题我暂时无法回答。您是否有其他问题需要帮忙解答?"
 
 logger: