I am using ST with koboldcpp and while normal API calls work fine I get the following when I try to summarize: (this is on the API server side):
Exception happened during processing of request from ('192.168.XXX.XXX', XXXXX)
Traceback (most recent call last):
File "socketserver.py", line 316, in _handle_request_noblock
File "socketserver.py", line 347, in process_request
File "socketserver.py", line 360, in finish_request
File "koboldcpp.py", line 5108, in call
File "http\server.py", line 647, in init
File "socketserver.py", line 747, in init
File "http\server.py", line 427, in handle
File "http\server.py", line 415, in handle_one_request
File "koboldcpp.py", line 7199, in do_POST
File "koboldcpp.py", line 4282, in transform_genparams
File "koboldcpp.py", line 1090, in tryparseint
TypeError: int() argument must be a string, a bytes-like object or a number, not 'dict'
This only started after the latest update, and only on summarization calls.
I am using ST with koboldcpp and while normal API calls work fine I get the following when I try to summarize: (this is on the API server side):
Exception happened during processing of request from ('192.168.XXX.XXX', XXXXX)
Traceback (most recent call last):
File "socketserver.py", line 316, in _handle_request_noblock
File "socketserver.py", line 347, in process_request
File "socketserver.py", line 360, in finish_request
File "koboldcpp.py", line 5108, in call
File "http\server.py", line 647, in init
File "socketserver.py", line 747, in init
File "http\server.py", line 427, in handle
File "http\server.py", line 415, in handle_one_request
File "koboldcpp.py", line 7199, in do_POST
File "koboldcpp.py", line 4282, in transform_genparams
File "koboldcpp.py", line 1090, in tryparseint
TypeError: int() argument must be a string, a bytes-like object or a number, not 'dict'
This only started after the latest update, and only on summarization calls.