mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
fixed terminal logs
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user