Fix formatting bug in thinking debug output
This commit is contained in:
@@ -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"
|
||||
|
||||
# ─────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user