mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 08:00:25 +00:00
ci for tools upload, minor function reordering
This commit is contained in:
parent
c03302b670
commit
33ca75d56f
3 changed files with 143 additions and 105 deletions
|
|
@ -4836,7 +4836,7 @@ class KcppServerRequestHandler(http.server.SimpleHTTPRequestHandler):
|
|||
tc["function"]["arguments"] = json.dumps(tcarg)
|
||||
recvtxt = None
|
||||
currfinishreason = "tool_calls"
|
||||
if args.debugmode:
|
||||
if args.debugmode >= 1:
|
||||
print(f"\nDebug ToolCall Response: {json.dumps(tool_calls)}")
|
||||
|
||||
modelNameToReturn = friendlymodelname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue