Fix formatting bug in thinking debug output

This commit is contained in:
2026-01-21 14:03:15 -06:00
parent da0e1a1745
commit e4168e673a

View File

@@ -96,7 +96,7 @@ class Pipe:
# Start thinking block immediately
if think:
yield "<think>\n"
yield f"**LLM Model: ** {self.valves.llm_model}\n\n"
yield f"**LLM Model:** {self.valves.llm_model}\n\n"
yield f"**Query:** {query}\n\n"
# ─────────────────────────────────────────────