This commit is contained in:
Timothy Jaeryang Baek 2025-01-23 13:45:45 -08:00
parent 2d84db2621
commit ceaefd8053

View File

@ -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