fixed terminal logs

This commit is contained in:
Concedo
2026-04-19 11:31:12 +08:00
parent 8886e48a4a
commit 71b4107bb6
2 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -4730,7 +4730,7 @@ class KcppServerRequestHandler(http.server.SimpleHTTPRequestHandler):
recvtxt = None
currfinishreason = "tool_calls"
if args.debugmode:
print(f"Debug ToolCall Response: {json.dumps(tool_calls)}")
print(f"\nDebug ToolCall Response: {json.dumps(tool_calls)}")
modelNameToReturn = friendlymodelname
if autoswapmode and textName is not None: