Timothy Jaeryang Baek 3 月之前
父节点
当前提交
ceaefd8053
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/open_webui/utils/middleware.py

+ 1 - 1
backend/open_webui/utils/middleware.py

@@ -1078,7 +1078,7 @@ async def process_chat_response(
 
                 # We might want to disable this by default
                 detect_reasoning = True
-                reasoning_tags = ["think", "reason", "reasoning", "thought"]
+                reasoning_tags = ["think", "reason", "reasoning", "thought", "Thought"]
                 current_tag = None
 
                 reasoning_start_time = None