update:0.1.16版本

- 增加mcp服务
- 支持Dify、Coze时使用独立的意图识别
This commit is contained in:
hrz
2025-03-28 18:47:20 +08:00
parent 6a81d80778
commit 62be26ff47
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
from loguru import logger
from config.settings import load_config
SERVER_VERSION = "0.1.15"
SERVER_VERSION = "0.1.16"
def setup_logging():
"""从配置文件中读取日志配置,并设置日志输出格式和级别"""