fix: 修复回复分割问题
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m46s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m46s
This commit is contained in:
@@ -1801,6 +1801,7 @@ class DefaultReplyer:
|
||||
)
|
||||
|
||||
if content:
|
||||
if not global_config.response_splitter.enable or global_config.response_splitter.split_mode != 'llm':
|
||||
# 移除 [SPLIT] 标记,防止消息被分割
|
||||
content = content.replace("[SPLIT]", "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user